mailr19530 - /branches/relax_disp/gui/analyses/auto_relax_disp.py


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

Header


Content

Posted by edward on April 21, 2013 - 12:50:
Author: bugman
Date: Sun Apr 21 12:50:47 2013
New Revision: 19530

URL: http://svn.gna.org/viewcvs/relax?rev=19530&view=rev
Log:
Extended the tooltip for the experiment type GUI element in the relaxation 
dispersion frame.


Modified:
    branches/relax_disp/gui/analyses/auto_relax_disp.py

Modified: branches/relax_disp/gui/analyses/auto_relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/gui/analyses/auto_relax_disp.py?rev=19530&r1=19529&r2=19530&view=diff
==============================================================================
--- branches/relax_disp/gui/analyses/auto_relax_disp.py (original)
+++ branches/relax_disp/gui/analyses/auto_relax_disp.py Sun Apr 21 12:50:47 
2013
@@ -201,7 +201,7 @@
             "cpmg fixed": "CPMG, fixed relaxation time period",
             "r1rho": "R1rho"
         }
-        Text_ctrl(box, self, text="Experiment type:", 
default=table[cdp.exp_type], tooltip="The relaxation dispersion experiment 
type.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
+        Text_ctrl(box, self, text="Experiment type:", 
default=table[cdp.exp_type], tooltip="The relaxation dispersion experiment 
type.  This is has been selected in the new analysis wizard and cannot be 
changed.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)
 
         # Display the data pipe.
         Text_ctrl(box, self, text="The data pipe bundle:", 
default=self.data.pipe_bundle, tooltip="This is the data pipe bundle 
associated with this analysis.", editable=False, width_text=self.width_text, 
width_button=self.width_button, spacer=self.spacer_horizontal)




Related Messages


Powered by MHonArc, Updated Sun Apr 21 15:00:02 2013