summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-04-18 10:45:57 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-04-18 10:45:57 -0700
commit0bd6bf9a476a8447ca5dde2e899e532f4a946a6c (patch)
tree0c2e094bc8b459c882ab216667ce08ad0f725d51 /grc/gui/Bars.py
parent0dfb7bc4a4aa51654db08f6b35ecde2fa7da962e (diff)
parentf6366941a4d369ec2afd1a7d69d13a402c5473cb (diff)
Merge remote-tracking branch 'gnuradio-wg-grc/grc_tools_menu'
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r--grc/gui/Bars.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py
index ef8feb0a0b..da1b1469e1 100644
--- a/grc/gui/Bars.py
+++ b/grc/gui/Bars.py
@@ -101,6 +101,11 @@ MENU_BAR_LIST = (
Actions.FLOW_GRAPH_EXEC,
Actions.FLOW_GRAPH_KILL,
]),
+ (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,
Actions.TYPES_WINDOW_DISPLAY,