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

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

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

revision 1703 by jan, Wed Sep 3 06:58:47 2003 UTC revision 2183 by jan, Fri Apr 16 07:57:13 2004 UTC
# Line 41  class ExceptionDialog(wxDialog): Line 41  class ExceptionDialog(wxDialog):
41    
42          box = wxBoxSizer(wxHORIZONTAL)          box = wxBoxSizer(wxHORIZONTAL)
43          box.Add(wxButton(self, wxID_OK, _("Proceed")), 0, wxALL, 4)          box.Add(wxButton(self, wxID_OK, _("Proceed")), 0, wxALL, 4)
44          box.Add(wxButton(self, wxID_CANCEL, _("Exit")), 0, wxALL, 4)          box.Add(wxButton(self, wxID_CANCEL, _("Exit Thuban now")), 0, wxALL, 4)
45          top_box.Add(box, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 10)          top_box.Add(box, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 10)
46    
47          EVT_BUTTON(self, wxID_OK, self.OnOK)          EVT_BUTTON(self, wxID_OK, self.OnOK)

Legend:
Removed from v.1703  
changed lines
  Added in v.2183

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26