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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 113 by jan, Sun Apr 21 17:38:50 2002 UTC revision 119 by frank, Fri Apr 26 09:30:41 2002 UTC
# Line 304  class MainWindow(wxFrame): Line 304  class MainWindow(wxFrame):
304                             wxOK | wxICON_INFORMATION)                             wxOK | wxICON_INFORMATION)
305    
306      def AddLayer(self):      def AddLayer(self):
307          dlg = wxFileDialog(self, "Select a session file", ".", "", "*.*",          dlg = wxFileDialog(self, "Select a data file", ".", "", "*.*",
308                             wxOPEN)                             wxOPEN)
309          if dlg.ShowModal() == wxID_OK:          if dlg.ShowModal() == wxID_OK:
310              filename = dlg.GetPath()              filename = dlg.GetPath()

Legend:
Removed from v.113  
changed lines
  Added in v.119

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26