mailr11101 - /branches/bieri_gui/gui_bieri/controller.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by michael . bieri on April 22, 2010 - 04:26:
Author: michaelbieri
Date: Thu Apr 22 04:26:40 2010
New Revision: 11101

URL: http://svn.gna.org/viewcvs/relax?rev=11101&view=rev
Log:
Text of relaxGUI kill button is changed to Kill and Exit, as suggested by 
Edward d'Auvergne 
(https://mail.gna.org/public/relax-devel/2010-04/msg00032.html).

Modified:
    branches/bieri_gui/gui_bieri/controller.py

Modified: branches/bieri_gui/gui_bieri/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/controller.py?rev=11101&r1=11100&r2=11101&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/controller.py (original)
+++ branches/bieri_gui/gui_bieri/controller.py Thu Apr 22 04:26:40 2010
@@ -62,7 +62,7 @@
         self.progress_bar = wx.Gauge(self, -1, 100)
 
         # buttons
-        self.cancel_button = wx.Button(self, -1, "Kill")
+        self.cancel_button = wx.Button(self, -1, "Kill and Exit")
         self.close_button = wx.Button(self, -1, "Close")
 
         # Create Objects (see below)




Related Messages


Powered by MHonArc, Updated Thu Apr 22 05:40:02 2010