From 2e1fa3a069dc9f25a43571f7ee3c4ac2dea8d35f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 17 Jul 2024 14:22:46 -0500 Subject: [PATCH] Put the package summary into the generated menu text --- .../TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak index f9dafb3..f036968 100644 --- a/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak +++ b/src/pgwui_develop/TEMPLATE/src/pgwui_TEMPLATE/pgwui_TEMPLATE.py.mak @@ -1,4 +1,4 @@ -# Copyright (C) 2018, 2020, 2021 The Meme Factory, Inc. +# Copyright (C) 2018, 2020, 2021, 2024 The Meme Factory, Inc. # http://www.karlpinc.com/ # This file is part of ${component} @@ -24,7 +24,7 @@ ''' PGWUI_COMPONENT = '${component.lower()}' DEFAULT_${short_name.upper()}_ROUTE = '/${short_name}' -DEFAULT_${short_name.upper()}_MENU_LABEL = '${short_name} -- Description of ${component}' +DEFAULT_${short_name.upper()}_MENU_LABEL = '${short_name} -- ${summary}' def establish_settings(config): -- 2.34.1