/[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 1994 by bh, Mon Oct 6 17:31:54 2003 UTC revision 1995 by bh, Mon Dec 1 16:09:10 2003 UTC
# Line 462  class MainWindow(DockFrame): Line 462  class MainWindow(DockFrame):
462    
463      def AddLayer(self):      def AddLayer(self):
464          dlg = wxFileDialog(self, _("Select one or more data files"), ".", "",          dlg = wxFileDialog(self, _("Select one or more data files"), ".", "",
465                             _("Shapefiles (*.shp)") + "|*.shp|" +                             _("Shapefiles (*.shp)") + "|*.shp;*.SHP|" +
466                             _("All Files (*.*)") + "|*.*",                             _("All Files (*.*)") + "|*.*",
467                             wxOPEN | wxMULTIPLE)                             wxOPEN | wxMULTIPLE)
468          if dlg.ShowModal() == wxID_OK:          if dlg.ShowModal() == wxID_OK:
469              filenames = dlg.GetPaths()              filenames = dlg.GetPaths()

Legend:
Removed from v.1994  
changed lines
  Added in v.1995

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26