self.Bind(wx.EVT_MENU,self.OnExit,m.Append(wx.ID_EXIT,_("E&xit"),_(" Closes the Window")))
self.menustrip.Append(m,_("&File"))
...
...
@@ -298,6 +299,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):
self.Bind(wx.EVT_MENU,lambda*e:SkeinforgeQuickEditDialog(self),m.Append(-1,_("SFACT Quick Settings"),_(" Quickly adjust SFACT settings for active profile")))
except:
pass
self.menustrip.Append(m,_("&Settings"))
self.update_macros_menu()
self.SetMenuBar(self.menustrip)
...
...
@@ -451,7 +453,7 @@ class PronterWindow(wx.Frame,pronsole.pronsole):