git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16818
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
def main():
- application = App(0)
+ application = App(1)
application.MainLoop()
if __name__ == '__main__':
def main():
- application = App(0)
+ application = App(1)
application.MainLoop()
if __name__ == '__main__':
frame = self
wxFrame.__init__(self, None, -1, '', pos, size)
self.CreateStatusBar()
- #progpath = os.path.split(__file__)[0]
- #icon = wxIcon(os.path.join(progpath, 'xrced.ico'), wxBITMAP_TYPE_ICO)
icon = wxEmptyIcon()
icon.CopyFromBitmap(images.getIconBitmap())
self.SetIcon(icon)
del conf
def main():
- app = App()
+ app = App(1)
app.MainLoop()
app.OnExit()