Index: MenuBar.py =================================================================== RCS file: /cvsroot/gnue/gnue/forms/src/uidrivers/wx/MenuBar.py,v retrieving revision 1.5 diff -u -3 -p -r1.5 MenuBar.py --- MenuBar.py 3 Mar 2003 22:23:13 -0000 1.5 +++ MenuBar.py 5 Jun 2003 21:20:32 -0000 @@ -56,8 +56,8 @@ class MenuBar(_BaseMenuBar): hotkey = userAction.getHotKeyText() iconloc = userAction.getIconLocation(size="16x16") - if hotkey: - label += '\t%s' % hotkey +# if hotkey: +# label += '\t%s' % hotkey id = wxNewId() item = wxMenuItem(parent, id, label, userAction.description or '')