From f6366941a4d369ec2afd1a7d69d13a402c5473cb Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski <koslowski@kit.edu> Date: Wed, 9 Apr 2014 18:08:15 +0200 Subject: grc: tools menu entry 'more to come' --- grc/gui/Actions.py | 3 +++ grc/gui/Bars.py | 2 ++ 2 files changed, 5 insertions(+) (limited to 'grc') diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py index 97681eccd6..f633e7ced0 100644 --- a/grc/gui/Actions.py +++ b/grc/gui/Actions.py @@ -370,3 +370,6 @@ TOOLS_RUN_FDESIGN = Action( tooltip='Execute gr_filter_design', stock_id=gtk.STOCK_EXECUTE, ) +TOOLS_MORE_TO_COME = Action( + label='More to come', +) diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index ce72edeeaf..da1b1469e1 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -103,6 +103,8 @@ MENU_BAR_LIST = ( ]), (gtk.Action('Tools', '_Tools', None, None), [ Actions.TOOLS_RUN_FDESIGN, + None, + Actions.TOOLS_MORE_TO_COME, ]), (gtk.Action('Help', '_Help', None, None), [ Actions.HELP_WINDOW_DISPLAY, -- cgit v1.2.3