summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index edbc4f8405..21d644440c 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -492,6 +492,11 @@ ABOUT_WINDOW_DISPLAY = actions.register("app.about",
tooltip='About this program',
icon_name='help-about',
)
+GET_INVOLVED_WINDOW_DISPLAY = actions.register("app.get",
+ label='_Get Involved',
+ tooltip='Get involved in the community - instructions',
+ icon_name='help-faq',
+)
HELP_WINDOW_DISPLAY = actions.register("app.help",
label='_Help',
tooltip='Usage tips',