Parent Directory
|
Revision Log
|
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() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |