mailr19571 - /trunk/gui/components/spectrum.py


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

Header


Content

Posted by edward on April 21, 2013 - 23:29:
Author: bugman
Date: Sun Apr 21 23:29:41 2013
New Revision: 19571

URL: http://svn.gna.org/viewcvs/relax?rev=19571&view=rev
Log:
The delay times column string now specifies seconds in the spectrum list GUI 
element.


Modified:
    trunk/gui/components/spectrum.py

Modified: trunk/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/components/spectrum.py?rev=19571&r1=19570&r2=19571&view=diff
==============================================================================
--- trunk/gui/components/spectrum.py (original)
+++ trunk/gui/components/spectrum.py Sun Apr 21 23:29:41 2013
@@ -230,7 +230,7 @@
             return False
 
         # Append a column.
-        self.element.InsertColumn(index, str_to_gui("Delay times"))
+        self.element.InsertColumn(index, str_to_gui("Delay times (s)"))
 
         # Set the values.
         for i in range(len(cdp.spectrum_ids)):




Related Messages


Powered by MHonArc, Updated Mon Apr 22 00:00:01 2013