mailr13517 - /branches/gui_testing/gui/user_functions/spin.py


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

Header


Content

Posted by edward on July 08, 2011 - 09:39:
Author: bugman
Date: Fri Jul  8 09:39:33 2011
New Revision: 13517

URL: http://svn.gna.org/viewcvs/relax?rev=13517&view=rev
Log:
Fix for the title of the spin.delete user function page.


Modified:
    branches/gui_testing/gui/user_functions/spin.py

Modified: branches/gui_testing/gui/user_functions/spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/user_functions/spin.py?rev=13517&r1=13516&r2=13517&view=diff
==============================================================================
--- branches/gui_testing/gui/user_functions/spin.py (original)
+++ branches/gui_testing/gui/user_functions/spin.py Fri Jul  8 09:39:33 2011
@@ -104,7 +104,7 @@
         """
 
         # Create the wizard.
-        wizard = Wiz_window(size_x=600, size_y=400, 
title=self.get_title('residue', 'delete'))
+        wizard = Wiz_window(size_x=600, size_y=400, 
title=self.get_title('spin', 'delete'))
         page = Delete_page(wizard, self.gui, self.interpreter)
         wizard.add_page(page)
 




Related Messages


Powered by MHonArc, Updated Fri Jul 08 10:20:01 2011