mailr13534 - /branches/gui_testing/gui/user_functions/value.py


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

Header


Content

Posted by edward on July 08, 2011 - 12:13:
Author: bugman
Date: Fri Jul  8 12:13:49 2011
New Revision: 13534

URL: http://svn.gna.org/viewcvs/relax?rev=13534&view=rev
Log:
Fix for the spin ID element text in the value.set user function page.


Modified:
    branches/gui_testing/gui/user_functions/value.py

Modified: branches/gui_testing/gui/user_functions/value.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/value.py?rev=13534&r1=13533&r2=13534&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/value.py (original)
+++ branches/gui_testing/gui/user_functions/value.py Fri Jul  8 12:13:49 2011
@@ -77,7 +77,7 @@
         self.val = self.input_field(sizer, "The value:", 
tooltip=self.uf._doc_args_dict['val'])
 
         # The spin ID restriction.
-        self.spin_id = self.spin_id_element(sizer, "Restrict data loading to 
certain spins:")
+        self.spin_id = self.spin_id_element(sizer, "Restrict value setting 
to certain spins:")
 
 
     def on_display(self):




Related Messages


Powered by MHonArc, Updated Fri Jul 08 14:40:01 2011