mailr13420 - /branches/gui_testing/gui/analyses/auto_noe.py


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

Header


Content

Posted by edward on July 05, 2011 - 17:19:
Author: bugman
Date: Tue Jul  5 17:19:48 2011
New Revision: 13420

URL: http://svn.gna.org/viewcvs/relax?rev=13420&view=rev
Log:
Improved the text and added a tooltip to the auto NOE analysis page frequency 
field.

This should now clarify why this field exists.


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

Modified: branches/gui_testing/gui/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_noe.py?rev=13420&r1=13419&r2=13420&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Tue Jul  5 17:19:48 2011
@@ -224,7 +224,7 @@
         self.add_title(box, "Setup for steady-state NOE analysis")
 
         # Add the frequency selection GUI element.
-        self.field_nmr_frq = self.add_text_sel_element(box, self.parent, 
text="NMR Frequency [MHz]", default=self.data.frq)
+        self.field_nmr_frq = self.add_text_sel_element(box, self.parent, 
text="NMR frequency label [MHz]", default=self.data.frq, tooltip="This label 
is added to the output files.  For example if the label is '600', the NOE 
values will be located in the file 'noe.600.out'.")
 
         # Add the results directory GUI element.
         self.field_results_dir = self.add_text_sel_element(box, self.parent, 
text="Results directory", icon=paths.icon_16x16.open_folder, 
default=self.data.save_dir, fn=self.results_directory, button=True)




Related Messages


Powered by MHonArc, Updated Tue Jul 05 19:00:02 2011