mailr13587 - in /branches/gui_testing/gui/analyses: auto_noe.py auto_rx_base.py


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

Header


Content

Posted by edward on July 13, 2011 - 15:03:
Author: bugman
Date: Wed Jul 13 15:03:16 2011
New Revision: 13587

URL: http://svn.gna.org/viewcvs/relax?rev=13587&view=rev
Log:
Removed 'current' from the data pipe field text.


Modified:
    branches/gui_testing/gui/analyses/auto_noe.py
    branches/gui_testing/gui/analyses/auto_rx_base.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=13587&r1=13586&r2=13587&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_noe.py (original)
+++ branches/gui_testing/gui/analyses/auto_noe.py Wed Jul 13 15:03:16 2011
@@ -229,7 +229,7 @@
         self.add_title(box, "Setup for steady-state NOE analysis")
 
         # Display the data pipe.
-        self.add_text_sel_element(box, self.parent, text="The current data 
pipe:", default=self.data.pipe_name, tooltip="This is the data pipe 
associated with this analysis.", editable=False)
+        self.add_text_sel_element(box, self.parent, text="The data pipe:", 
default=self.data.pipe_name, tooltip="This is the data pipe associated with 
this analysis.", editable=False)
 
         # Add the frequency selection GUI element.
         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'.")

Modified: branches/gui_testing/gui/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/analyses/auto_rx_base.py?rev=13587&r1=13586&r2=13587&view=diff
==============================================================================
--- branches/gui_testing/gui/analyses/auto_rx_base.py (original)
+++ branches/gui_testing/gui/analyses/auto_rx_base.py Wed Jul 13 15:03:16 2011
@@ -228,7 +228,7 @@
         self.add_title(box, "Setup for %s relaxation analysis" % self.label)
 
         # Display the data pipe.
-        self.add_text_sel_element(box, self.parent, text="The current data 
pipe:", default=self.data.pipe_name, tooltip="This is the data pipe 
associated with this analysis.", editable=False)
+        self.add_text_sel_element(box, self.parent, text="The data pipe:", 
default=self.data.pipe_name, tooltip="This is the data pipe associated with 
this analysis.", editable=False)
 
         # 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, tooltip="This label is 
added to the output files.  For example if the label is '600', %s values will 
be located in the file '%s.600.out'." % (self.label, lower(self.label)))




Related Messages


Powered by MHonArc, Updated Wed Jul 13 15:40:02 2011