mailr13636 - /branches/gui_testing/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 July 15, 2011 - 10:36:
Author: bugman
Date: Fri Jul 15 10:36:04 2011
New Revision: 13636

URL: http://svn.gna.org/viewcvs/relax?rev=13636&view=rev
Log:
Changed the name of the spectra list box.


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

Modified: branches/gui_testing/gui/components/spectrum.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/components/spectrum.py?rev=13636&r1=13635&r2=13636&view=diff
==============================================================================
--- branches/gui_testing/gui/components/spectrum.py (original)
+++ branches/gui_testing/gui/components/spectrum.py Fri Jul 15 10:36:04 2011
@@ -79,7 +79,7 @@
         self.num_rows = 50
 
         # A static box to hold all the widgets, and its sizer.
-        stat_box = wx.StaticBox(self.parent, -1, "Peak lists")
+        stat_box = wx.StaticBox(self.parent, -1, "Spectra list")
         stat_box.SetFont(self.gui.font_subtitle)
         sub_sizer = wx.StaticBoxSizer(stat_box, wx.VERTICAL)
 




Related Messages


Powered by MHonArc, Updated Fri Jul 15 12:00:02 2011