mailr10561 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by edward on January 28, 2010 - 20:06:
Author: bugman
Date: Thu Jan 28 20:06:23 2010
New Revision: 10561

URL: http://svn.gna.org/viewcvs/relax?rev=10561&view=rev
Log:
Used the hardcoded self.label string for generating the 'R1' title.


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

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10561&r1=10560&r2=10561&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Jan 28 20:06:23 
2010
@@ -108,7 +108,7 @@
         """
 
         # The title.
-        label = wx.StaticText(self.parent, -1, "Set-up for R1 relaxation 
analysis:")
+        label = wx.StaticText(self.parent, -1, "Set-up for %s relaxation 
analysis:" % self.label)
 
         # The font properties.
         label.SetFont(wx.Font(16, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, 
"Sans"))




Related Messages


Powered by MHonArc, Updated Thu Jan 28 20:20:05 2010