3,699
edits
(v1.02 added nagscreens to prevent the worst bugs + catching a couple more exceptions) |
mNo edit summary |
||
Line 34: | Line 34: | ||
self.Bind(wx.EVT_BUTTON, self.startClick, self.start) | self.Bind(wx.EVT_BUTTON, self.startClick, self.start) | ||
self.child = OptionsFrame(self, 'App') | self.child = OptionsFrame(self, 'App') | ||
def selectClick(self, event,path=''): | def selectClick(self, event,path=''): |