Parent Directory
|
Revision Log
|
Patch
revision 1503 by jonathan, Tue Jul 29 13:50:35 2003 UTC | revision 1504 by jonathan, Tue Jul 29 14:28:55 2003 UTC | |
---|---|---|
# | Line 38 import mainwindow | Line 38 import mainwindow |
38 | from messages import SESSION_REPLACED | from messages import SESSION_REPLACED |
39 | ||
40 | ||
41 | class ThubanApplication(wxApp, Publisher): | class ThubanApplication(wxApp, Publisher): |
42 | ||
43 | """ | """ |
# | Line 50 class ThubanApplication(wxApp, Publisher | Line 49 class ThubanApplication(wxApp, Publisher |
49 | """ | """ |
50 | ||
51 | def OnInit(self): | def OnInit(self): |
52 | sys.excepthook = show_exception_dialog | |
53 | self.splash = self.splash_screen() | self.splash = self.splash_screen() |
54 | if self.splash is not None: | if self.splash is not None: |
55 | self.splash.Show() | self.splash.Show() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |