Parent Directory
|
Revision Log
|
Patch
revision 750 by jonathan, Fri Apr 25 14:22:52 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() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |