mailr10639 - /branches/bieri_gui/gui_bieri/__init__.py


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

Header


Content

Posted by edward on February 04, 2010 - 02:37:
Author: bugman
Date: Thu Feb  4 02:37:03 2010
New Revision: 10639

URL: http://svn.gna.org/viewcvs/relax?rev=10639&view=rev
Log:
Removed wx.SPLASH_NO_CENTER as it seems to not be present on all wx versions.

This was found by Michael 
(https://mail.gna.org/public/relax-devel/2010-02/msg00019.html).


Modified:
    branches/bieri_gui/gui_bieri/__init__.py

Modified: branches/bieri_gui/gui_bieri/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/__init__.py?rev=10639&r1=10638&r2=10639&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/__init__.py (original)
+++ branches/bieri_gui/gui_bieri/__init__.py Thu Feb  4 02:37:03 2010
@@ -104,4 +104,4 @@
         timeout = 2500
 
         # The splash screen.
-        screen = wx.SplashScreen(bmp, wx.SPLASH_NO_CENTER|wx.SPLASH_TIMEOUT, 
timeout, None, -1)
+        screen = wx.SplashScreen(bmp, wx.SPLASH_TIMEOUT, timeout, None, -1)




Related Messages


Powered by MHonArc, Updated Thu Feb 04 02:40:04 2010