diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-03-15 17:07:09 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-04-16 11:00:46 +0200 |
commit | 586d5494ab8914df9d6f2b1bfac04573c705a217 (patch) | |
tree | 8f57cf31aedb1d4c88aa367b924f37b1c2190e7e /grc/gui/Actions.py | |
parent | 24b9e5bee104769db1bef04feda0c6fd07a3bc29 (diff) |
grc: new tools menu to execute gr_filter_design
Diffstat (limited to 'grc/gui/Actions.py')
-rw-r--r-- | grc/gui/Actions.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/grc/gui/Actions.py b/grc/gui/Actions.py index afbeb97612..97681eccd6 100644 --- a/grc/gui/Actions.py +++ b/grc/gui/Actions.py @@ -365,3 +365,8 @@ 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, +) |