diff options
author | Josh Blum <josh@joshknows.com> | 2009-09-18 02:22:43 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2009-09-18 02:22:43 -0700 |
commit | d28d40d33dac481296e1f836ec57f1018041d418 (patch) | |
tree | 9eb162aae0088a69863da66eb2c1f05a2e111615 /grc/gui/Dialogs.py | |
parent | 14895064d7345c2223ff2b8ff3b9cbcdf69dd8c9 (diff) |
put the flow graph errors button into the toolbar
Diffstat (limited to 'grc/gui/Dialogs.py')
-rw-r--r-- | grc/gui/Dialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Dialogs.py b/grc/gui/Dialogs.py index a8e7afb057..af40f47c08 100644 --- a/grc/gui/Dialogs.py +++ b/grc/gui/Dialogs.py @@ -67,7 +67,7 @@ $encode($err_msg.replace('\t', ' ')) def ErrorsDialog(flowgraph): MessageDialogHelper( type=gtk.MESSAGE_ERROR, buttons=gtk.BUTTONS_CLOSE, - title='Flowgraph Errors', + title='Flow Graph Errors', markup=Utils.parse_template(ERRORS_MARKUP_TMPL, errors=flowgraph.get_error_messages()), ) |