/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/UI/application.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/UI/application.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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)

Legend:
Removed from v.219  
changed lines
  Added in v.229

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26