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 db47aac commit 46a32d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/wxpython/lmgr/menudata.py
Expand Up @@ -67,7 +67,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 46a32d8

Please sign in to comment.