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

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

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

revision 733 by jonathan, Thu Apr 24 16:07:41 2003 UTC revision 734 by bh, Thu Apr 24 19:14:16 2003 UTC
# Line 190  class ProjFrame(NonModalDialog): Line 190  class ProjFrame(NonModalDialog):
190                          # obviously not.                          # obviously not.
191                          dlg = wxMessageDialog(self,                          dlg = wxMessageDialog(self,
192                              path + _(" already exists. Overwrite?"),                              path + _(" already exists. Overwrite?"),
193                              _(""),                              "",
194                              wxYES | wxNO)                              wxYES | wxNO)
195    
196                          if dlg.ShowModal() == wxID_YES:                          if dlg.ShowModal() == wxID_YES:
# Line 214  class ProjFrame(NonModalDialog): Line 214  class ProjFrame(NonModalDialog):
214                      # can't access the file                      # can't access the file
215                      dlg = wxMessageDialog(self,                      dlg = wxMessageDialog(self,
216                          _("Couldn't access ") + path,                          _("Couldn't access ") + path,
217                          _(""),                          "",
218                          wxOK | wxICON | wxICON_EXCLAMATION)                          wxOK | wxICON | wxICON_EXCLAMATION)
219                      return                      return
220    

Legend:
Removed from v.733  
changed lines
  Added in v.734

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26