mailr14097 - /branches/gui_testing/gui/controller.py


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

Header


Content

Posted by edward on August 04, 2011 - 09:35:
Author: bugman
Date: Thu Aug  4 09:35:10 2011
New Revision: 14097

URL: http://svn.gna.org/viewcvs/relax?rev=14097&view=rev
Log:
Changed the text of the main gauge in the relax controller.


Modified:
    branches/gui_testing/gui/controller.py

Modified: branches/gui_testing/gui/controller.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/controller.py?rev=14097&r1=14096&r2=14097&view=diff
==============================================================================
--- branches/gui_testing/gui/controller.py (original)
+++ branches/gui_testing/gui/controller.py Thu Aug  4 09:35:10 2011
@@ -85,7 +85,7 @@
         self.create_mf(sizer)
 
         # Add the main execution gauge.
-        self.main_gauge = self.add_gauge(self, sizer, "Execution status:")
+        self.main_gauge = self.add_gauge(self, sizer, "Execution progress:")
 
         # Initialise a queue for log messages.
         self.log_queue = Queue()




Related Messages


Powered by MHonArc, Updated Thu Aug 04 10:00:01 2011