mailr13975 - /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 July 28, 2011 - 22:56:
Author: bugman
Date: Thu Jul 28 22:56:54 2011
New Revision: 13975

URL: http://svn.gna.org/viewcvs/relax?rev=13975&view=rev
Log:
Fix for the wizard apply icon.


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=13975&r1=13974&r2=13975&view=diff
==============================================================================
--- branches/gui_testing/gui/wizard.py (original)
+++ branches/gui_testing/gui/wizard.py Thu Jul 28 22:56:54 2011
@@ -1055,7 +1055,7 @@
             if self._button_apply_flag[i]:
                 # Create the button.
                 button = buttons.ThemedGenBitmapTextButton(self, -1, None, " 
Apply")
-                
button.SetBitmapLabel(wx.Bitmap(paths.icon_22x22.dialog_apply, 
wx.BITMAP_TYPE_ANY))
+                
button.SetBitmapLabel(wx.Bitmap(paths.icon_22x22.dialog_ok_apply, 
wx.BITMAP_TYPE_ANY))
                 button.SetToolTipString("Apply the operation")
                 button.SetMinSize(self._size_button)
                 self._button_sizers[i].Add(button, 0, wx.ADJUST_MINSIZE, 0)




Related Messages


Powered by MHonArc, Updated Thu Jul 28 23:20:02 2011