/[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 933 by bh, Tue Apr 29 12:42:14 2003 UTC revision 934 by jonathan, Tue May 20 15:24:03 2003 UTC
# Line 133  class ThubanApplication(wxApp, Publisher Line 133  class ThubanApplication(wxApp, Publisher
133          msg = (_("This is the wxPython-based Graphical User Interface"          msg = (_("This is the wxPython-based Graphical User Interface"
134                 " for exploring geographic data"))                 " for exploring geographic data"))
135          return mainwindow.MainWindow(NULL, -1, "Thuban", self, None,          return mainwindow.MainWindow(NULL, -1, "Thuban", self, None,
136                                       initial_message = msg)                                       initial_message = msg,
137                                         size = (600, 400))
138    
139      def Session(self):      def Session(self):
140          """Return the application's session object"""          """Return the application's session object"""

Legend:
Removed from v.933  
changed lines
  Added in v.934

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26