mailr12336 - /branches/bieri_gui/gui_bieri/analyses/auto_noe.py


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

Header


Content

Posted by edward on January 14, 2011 - 16:24:
Author: bugman
Date: Fri Jan 14 16:24:57 2011
New Revision: 12336

URL: http://svn.gna.org/viewcvs/relax?rev=12336&view=rev
Log:
Renamed 'Background RMSD' to 'Baseplane RMSD'.


Modified:
    branches/bieri_gui/gui_bieri/analyses/auto_noe.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_noe.py?rev=12336&r1=12335&r2=12336&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_noe.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_noe.py Fri Jan 14 16:24:57 2011
@@ -198,7 +198,7 @@
         sizer = wx.BoxSizer(wx.HORIZONTAL)
 
         # The label.
-        label = wx.StaticText(self.parent, -1, "Background RMSD:", 
style=wx.ALIGN_RIGHT)
+        label = wx.StaticText(self.parent, -1, "Baseplane RMSD:", 
style=wx.ALIGN_RIGHT)
         label.SetMinSize((230, 17))
         sizer.Add(label, 0, 
wx.LEFT|wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 0)
 
@@ -282,7 +282,7 @@
         sizer = wx.BoxSizer(wx.HORIZONTAL)
 
         # The label.
-        label = wx.StaticText(self.parent, -1, "Background RMSD:", 
style=wx.ALIGN_RIGHT)
+        label = wx.StaticText(self.parent, -1, "Baseplane RMSD:", 
style=wx.ALIGN_RIGHT)
         label.SetMinSize((230, 17))
         sizer.Add(label, 0, 
wx.LEFT|wx.ALIGN_CENTER_VERTICAL|wx.ADJUST_MINSIZE, 0)
 




Related Messages


Powered by MHonArc, Updated Fri Jan 14 16:40:02 2011