mailr13156 - /branches/gui_testing/gui/analyses/wizard.py


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

Header


Content

Posted by edward on June 22, 2011 - 09:23:
Author: bugman
Date: Wed Jun 22 09:23:52 2011
New Revision: 13156

URL: http://svn.gna.org/viewcvs/relax?rev=13156&view=rev
Log:
The new analysis wizard now includes the model-free graphics in the buttons.


Modified:
    branches/gui_testing/gui/analyses/wizard.py

Modified: branches/gui_testing/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/wizard.py?rev=13156&r1=13155&r2=13156&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/wizard.py (original)
+++ branches/gui_testing/gui/analyses/wizard.py Wed Jun 22 09:23:52 2011
@@ -24,6 +24,7 @@
 """Module for the analysis selection wizard."""
 
 # Python module imports.
+from os import sep
 import wx
 from wx.lib import buttons
 
@@ -163,7 +164,7 @@
         self.button_consist_test = self.create_button(box=sizer2, size=size, 
bmp=paths.ANALYSIS_IMAGE_PATH+'consistency_testing_150x70.png', 
tooltip="Relaxation data consistency testing", fn=self.select_consist_test, 
disabled=True)
 
         # The model-free button.
-        self.button_mf = self.create_button(box=sizer2, size=size, 
bmp=paths.IMAGE_PATH+'sphere.jpg', tooltip="Model-free analysis", 
fn=self.select_mf)
+        self.button_mf = self.create_button(box=sizer2, size=size, 
bmp=paths.ANALYSIS_IMAGE_PATH+'model_free'+sep+'model_free_150x150.png', 
tooltip="Model-free analysis", fn=self.select_mf)
 
         # The custom analysis button.
         self.button_custom = self.create_button(box=sizer2, size=size, 
bmp=paths.ANALYSIS_IMAGE_PATH+'custom_150x150.png', tooltip="Custom 
analysis", fn=self.select_custom, disabled=True)




Related Messages


Powered by MHonArc, Updated Wed Jun 22 10:00:02 2011