jan: thuban/Thuban/UI exceptiondialog.py,1.1,1.2
cvs@intevation.de
cvs at intevation.de
Fri Apr 16 09:57:16 CEST 2004
Author: jan
Update of /thubanrepository/thuban/Thuban/UI
In directory doto:/tmp/cvs-serv20263
Modified Files:
exceptiondialog.py
Log Message:
(ExceptionDialog.dialog_layout): Improved button string to stronger
clearify that Thuban will be closed when hitting the button.
Index: exceptiondialog.py
===================================================================
RCS file: /thubanrepository/thuban/Thuban/UI/exceptiondialog.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- exceptiondialog.py 3 Sep 2003 06:58:47 -0000 1.1
+++ exceptiondialog.py 16 Apr 2004 07:57:13 -0000 1.2
@@ -41,7 +41,7 @@
box = wxBoxSizer(wxHORIZONTAL)
box.Add(wxButton(self, wxID_OK, _("Proceed")), 0, wxALL, 4)
- box.Add(wxButton(self, wxID_CANCEL, _("Exit")), 0, wxALL, 4)
+ box.Add(wxButton(self, wxID_CANCEL, _("Exit Thuban now")), 0, wxALL, 4)
top_box.Add(box, 0, wxALIGN_CENTER_HORIZONTAL|wxALL, 10)
EVT_BUTTON(self, wxID_OK, self.OnOK)
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)