mailr15523 - /1.3/gui/analyses/wizard.py


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

Header


Content

Posted by edward on March 16, 2012 - 17:18:
Author: bugman
Date: Fri Mar 16 17:18:46 2012
New Revision: 15523

URL: http://svn.gna.org/viewcvs/relax?rev=15523&view=rev
Log:
Fix for the title of the analysis selection wizard GUI element.


Modified:
    1.3/gui/analyses/wizard.py

Modified: 1.3/gui/analyses/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui/analyses/wizard.py?rev=15523&r1=15522&r2=15523&view=diff
==============================================================================
--- 1.3/gui/analyses/wizard.py (original)
+++ 1.3/gui/analyses/wizard.py Fri Mar 16 17:18:46 2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2011 Edward d'Auvergne                                       
 #
+# Copyright (C) 2011-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -51,7 +51,7 @@
         wx.BeginBusyCursor()
 
         # Set up the wizard.
-        self.wizard = Wiz_window(size_x=850, size_y=700, title='Set 
parameter values')
+        self.wizard = Wiz_window(size_x=850, size_y=700, title='Analysis 
selection wizard')
 
         # Change the finish button.
         self.wizard.TEXT_FINISH = " Start"




Related Messages


Powered by MHonArc, Updated Fri Mar 16 17:40:01 2012