Skip to content

Commit

Permalink
wxGUI: fix typo reported in #3867 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored and landam committed Jul 13, 2019
1 parent 80a0e0c commit bfb7e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/wxpython/lmgr/menudata.py
Expand Up @@ -68,7 +68,7 @@ def __init__(self, filename=None, message_handler=GError):
self, filename, expandAddons=expandAddons,
message_handler=message_handler)
except (ValueError, AttributeError, TypeError):
error_handler(_("Unable to parse user toolboxes XML files. "
"Default module tree will be loaded."))
message_handler(_("Unable to parse user toolboxes XML files. "
"Default module tree will be loaded."))
MenuTreeModelBuilder.__init__(
self, fallback, message_handler=message_handler)

0 comments on commit bfb7e0a

Please sign in to comment.