mailr13088 - /branches/gui_testing/gui/wizard.py


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

Header


Content

Posted by edward on June 17, 2011 - 11:09:
Author: bugman
Date: Fri Jun 17 11:09:12 2011
New Revision: 13088

URL: http://svn.gna.org/viewcvs/relax?rev=13088&view=rev
Log:
Fix for a variable name.


Modified:
    branches/gui_testing/gui/wizard.py

Modified: branches/gui_testing/gui/wizard.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/gui_testing/gui/wizard.py?rev=13088&r1=13087&r2=13088&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Fri Jun 17 11:09:12 2011
@@ -113,7 +113,7 @@
         centre_sizer = add_border(box_main, border=self.border, 
packing=wx.HORIZONTAL)
 
         # Add the final buttons.
-        self.add_buttons(sizer)
+        self.add_buttons(centre_sizer)
 
         # Add the artwork.
         self.add_artwork(centre_sizer)




Related Messages


Powered by MHonArc, Updated Fri Jun 17 11:20:02 2011