mailr19569 - /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:26:
Author: bugman
Date: Sun Apr 21 23:26:59 2013
New Revision: 19569

URL: http://svn.gna.org/viewcvs/relax?rev=19569&view=rev
Log:
Removed the 'string' from 'Spectrum ID string' in the spectrum list GUI 
element.

This is a GUI - the word string is meaningless here!


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=19569&r1=19568&r2=19569&view=diff
==============================================================================
--- trunk/gui/components/spectrum.py (original)
+++ trunk/gui/components/spectrum.py Sun Apr 21 23:26:59 2013
@@ -362,7 +362,7 @@
         self.element.DeleteAllColumns()
 
         # Initialise to a single column.
-        self.element.InsertColumn(0, str_to_gui("Spectrum ID string"))
+        self.element.InsertColumn(0, str_to_gui("Spectrum ID"))
 
         # Expand the number of rows to match the number of spectrum IDs, and 
add the IDs.
         n = 0




Related Messages


Powered by MHonArc, Updated Sun Apr 21 23:40:02 2013