/[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 729 by jonathan, Thu Apr 24 16:06:51 2003 UTC revision 759 by jonathan, Tue Apr 29 09:01:35 2003 UTC
# Line 377  class MainWindow(DockFrame): Line 377  class MainWindow(DockFrame):
377    
378      def SaveSessionAs(self):      def SaveSessionAs(self):
379          dlg = wxFileDialog(self, _("Save Session As"), ".", "",          dlg = wxFileDialog(self, _("Save Session As"), ".", "",
380                             "*.thuban", wxOPEN)                             "*.thuban", wxSAVE|wxOVERWRITE_PROMPT)
381          if dlg.ShowModal() == wxID_OK:          if dlg.ShowModal() == wxID_OK:
382              self.application.session.SetFilename(dlg.GetPath())              self.application.session.SetFilename(dlg.GetPath())
383              self.application.SaveSession()              self.application.SaveSession()
# Line 549  class MainWindow(DockFrame): Line 549  class MainWindow(DockFrame):
549    
550          if dialog is None:          if dialog is None:
551              map = self.canvas.Map()              map = self.canvas.Map()
552              dialog = projdialog.ProjFrame(self, name, map)              dialog = projdialog.ProjFrame(self, name,
553                         _("Map Projection: %s") % map.Title(), map)
554              self.add_dialog(name, dialog)              self.add_dialog(name, dialog)
555              dialog.Show()              dialog.Show()
556          dialog.Raise()          dialog.Raise()
# Line 563  class MainWindow(DockFrame): Line 564  class MainWindow(DockFrame):
564    
565          if dialog is None:          if dialog is None:
566              map = self.canvas.Map()              map = self.canvas.Map()
567              dialog = projdialog.ProjFrame(self, name, layer)              dialog = projdialog.ProjFrame(self, name,
568                         _("Layer Projection: %s") % layer.Title(), layer)
569              self.add_dialog(name, dialog)              self.add_dialog(name, dialog)
570              dialog.Show()              dialog.Show()
571          dialog.Raise()          dialog.Raise()

Legend:
Removed from v.729  
changed lines
  Added in v.759

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26