mailr13939 - /branches/gui_testing/gui/spin_viewer/frame.py


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

Header


Content

Posted by edward on July 28, 2011 - 08:59:
Author: bugman
Date: Thu Jul 28 08:59:09 2011
New Revision: 13939

URL: http://svn.gna.org/viewcvs/relax?rev=13939&view=rev
Log:
Simplified and shortened the spin viewer window's title.


Modified:
    branches/gui_testing/gui/spin_viewer/frame.py

Modified: branches/gui_testing/gui/spin_viewer/frame.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/spin_viewer/frame.py?rev=13939&r1=13938&r2=13939&view=diff
==============================================================================
--- branches/gui_testing/gui/spin_viewer/frame.py (original)
+++ branches/gui_testing/gui/spin_viewer/frame.py Thu Jul 28 08:59:09 2011
@@ -206,7 +206,7 @@
         """
 
         # Set the frame title.
-        self.SetTitle("The molecule, residue, and spin window")
+        self.SetTitle("The spin viewer")
 
         # Use a box sizer for packing the shell.
         sizer = wx.BoxSizer(wx.VERTICAL)




Related Messages


Powered by MHonArc, Updated Thu Jul 28 09:20:03 2011