summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.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/Actions.py
parent0dfb7bc4a4aa51654db08f6b35ecde2fa7da962e (diff)
parentf6366941a4d369ec2afd1a7d69d13a402c5473cb (diff)
Merge remote-tracking branch 'gnuradio-wg-grc/grc_tools_menu'
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r--grc/gui/Actions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py
index afbeb97612..f633e7ced0 100644
--- a/grc/gui/Actions.py
+++ b/grc/gui/Actions.py
@@ -365,3 +365,11 @@ XML_PARSER_ERRORS_DISPLAY = Action(
tooltip='View errors that occured while parsing XML files',
stock_id=gtk.STOCK_DIALOG_ERROR,
)
+TOOLS_RUN_FDESIGN = Action(
+ label='Filter design tool',
+ tooltip='Execute gr_filter_design',
+ stock_id=gtk.STOCK_EXECUTE,
+)
+TOOLS_MORE_TO_COME = Action(
+ label='More to come',
+)