diff options
author | Josh Blum | 2009-09-18 02:22:43 -0700 |
---|---|---|
committer | Josh Blum | 2009-09-18 02:22:43 -0700 |
commit | d28d40d33dac481296e1f836ec57f1018041d418 (patch) | |
tree | 9eb162aae0088a69863da66eb2c1f05a2e111615 /grc/gui/Bars.py | |
parent | 14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9 (diff) | |
download | gnuradio-d28d40d33dac481296e1f836ec57f1018041d418.tar.gz gnuradio-d28d40d33dac481296e1f836ec57f1018041d418.tar.bz2 gnuradio-d28d40d33dac481296e1f836ec57f1018041d418.zip |
put the flow graph errors button into the toolbar
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r-- | grc/gui/Bars.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index 17835eb00..8fd167869 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -39,6 +39,7 @@ TOOLBAR_LIST = ( Actions.FLOW_GRAPH_UNDO, Actions.FLOW_GRAPH_REDO, None, + Actions.ERRORS_WINDOW_DISPLAY, Actions.FLOW_GRAPH_GEN, Actions.FLOW_GRAPH_EXEC, Actions.FLOW_GRAPH_KILL, |