mailr13859 - /branches/gui_testing/gui/user_functions/relax_data.py


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

Header


Content

Posted by edward on July 25, 2011 - 15:00:
Author: bugman
Date: Mon Jul 25 15:00:13 2011
New Revision: 13859

URL: http://svn.gna.org/viewcvs/relax?rev=13859&view=rev
Log:
The proton frequency element has been renamed in the relax_data.read GUI user 
function.


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

Modified: branches/gui_testing/gui/user_functions/relax_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/relax_data.py?rev=13859&r1=13858&r2=13859&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/relax_data.py (original)
+++ branches/gui_testing/gui/user_functions/relax_data.py Mon Jul 25 15:00:13 
2011
@@ -136,7 +136,7 @@
         self.ri_type = self.combo_box(sizer, "The relaxation data type:", 
choices=['R1', 'R2', 'NOE'], tooltip=self.uf._doc_args_dict['ri_type'])
 
         # The frequency.
-        self.frq = self.input_field(sizer, "The proton frequency in Hz:", 
tooltip=self.uf._doc_args_dict['frq'])
+        self.frq = self.input_field(sizer, "The exact spectrometer frequency 
in Hz:", tooltip=self.uf._doc_args_dict['frq'])
 
         # The spin ID restriction.
         self.spin_id = self.spin_id_element(sizer, desc="Restrict data 
loading to certain spins:")




Related Messages


Powered by MHonArc, Updated Mon Jul 25 15:20:02 2011