Parent Directory
|
Revision Log
|
Patch
revision 219 by bh, Thu Jul 18 12:55:07 2002 UTC | revision 229 by bh, Thu Jul 18 16:27:44 2002 UTC | |
---|---|---|
# | Line 45 class ThubanApplication(wxApp, Publisher | Line 45 class ThubanApplication(wxApp, Publisher |
45 | def OnInit(self): | def OnInit(self): |
46 | self.read_startup_files() | self.read_startup_files() |
47 | self.interactor = Interactor(None) | self.interactor = Interactor(None) |
48 | top = mainwindow.MainWindow(NULL, -1, self.interactor) | top = mainwindow.MainWindow(NULL, -1, self, self.interactor) |
49 | top.Show(true) | top.Show(true) |
50 | self.top = top | self.top = top |
51 | self.SetTopWindow(top) | self.SetTopWindow(top) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |