mailr19885 - /trunk/gui/analyses/base.py


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

Header


Content

Posted by edward on June 06, 2013 - 12:03:
Author: bugman
Date: Thu Jun  6 12:03:26 2013
New Revision: 19885

URL: http://svn.gna.org/viewcvs/relax?rev=19885&view=rev
Log:
Changed the "Execute analysis" button text back to the original "Execute" 
text of the old relax GUI.


Modified:
    trunk/gui/analyses/base.py

Modified: trunk/gui/analyses/base.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/analyses/base.py?rev=19885&r1=19884&r2=19885&view=diff
==============================================================================
--- trunk/gui/analyses/base.py (original)
+++ trunk/gui/analyses/base.py Thu Jun  6 12:03:26 2013
@@ -147,7 +147,7 @@
         id = wx.NewId()
 
         # The button.
-        button = buttons.ThemedGenBitmapTextButton(self, id, None, " Execute 
analysis")
+        button = buttons.ThemedGenBitmapTextButton(self, id, None, " 
Execute")
         button.SetBitmapLabel(wx.Bitmap(paths.IMAGE_PATH+'relax_start.gif', 
wx.BITMAP_TYPE_ANY))
         button.SetFont(font.normal)
         self.gui.Bind(wx.EVT_BUTTON, method, button)




Related Messages


Powered by MHonArc, Updated Thu Jun 06 14:00:03 2013