mailr13625 - /branches/gui_testing/gui/user_functions/spectrum.py


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

Header


Content

Posted by edward on July 14, 2011 - 16:58:
Author: bugman
Date: Thu Jul 14 16:58:01 2011
New Revision: 13625

URL: http://svn.gna.org/viewcvs/relax?rev=13625&view=rev
Log:
Fix for incorrect text in the spectrum.read_intensities GUI user function 
page.


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

Modified: branches/gui_testing/gui/user_functions/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/spectrum.py?rev=13625&r1=13624&r2=13625&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/spectrum.py (original)
+++ branches/gui_testing/gui/user_functions/spectrum.py Thu Jul 14 16:58:01 
2011
@@ -247,7 +247,7 @@
         """
 
         # Add a file selection.
-        self.file = self.file_selection(sizer, "The relaxation data file:", 
title="Relaxation data file selection", 
tooltip=self.uf._doc_args_dict['file'])
+        self.file = self.file_selection(sizer, "The peak intensity file:", 
title="Peak intensity file selection", tooltip=self.uf._doc_args_dict['file'])
 
         # The spectrum ID.
         self.spectrum_id = self.combo_box(sizer, "The spectrum ID:", 
tooltip=self.uf._doc_args_dict['spectrum_id'])




Related Messages


Powered by MHonArc, Updated Thu Jul 14 17:20:02 2011