diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-01-04 16:43:40 +0100 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2014-01-18 23:19:47 +0100 |
commit | 1c3b5187a61d8bf989d00791997a93a041d18d5b (patch) | |
tree | d10e57c4d0d8356ddddc29eec7e31c02282a73a7 /grc/gui/Bars.py | |
parent | 7548e467bda2985f241e5ae0ac3939ced303ca23 (diff) |
grc: renaming flowgraph errors menu item and xml parser action
Diffstat (limited to 'grc/gui/Bars.py')
-rw-r--r-- | grc/gui/Bars.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Bars.py b/grc/gui/Bars.py index 4c98f65416..f016209383 100644 --- a/grc/gui/Bars.py +++ b/grc/gui/Bars.py @@ -103,7 +103,7 @@ MENU_BAR_LIST = ( (gtk.Action('Help', '_Help', None, None), [ Actions.HELP_WINDOW_DISPLAY, Actions.TYPES_WINDOW_DISPLAY, - Actions.PARSER_ERRORS, + Actions.XML_PARSER_ERRORS_DISPLAY, None, Actions.ABOUT_WINDOW_DISPLAY, ]), |