projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
define arrays of chartoo as the existing ones can't be used to store char values...
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
splashscreen.py
diff --git
a/wxPython/wx/lib/splashscreen.py
b/wxPython/wx/lib/splashscreen.py
index d616691e1fdd3b8988bbb457028a5ff8d10f5805..e23dc1b5b7fa94d60c5db473deb3e548f29b01f7 100644
(file)
--- a/
wxPython/wx/lib/splashscreen.py
+++ b/
wxPython/wx/lib/splashscreen.py
@@
-93,7
+93,7
@@
class SplashScreen(wx.Frame):
def OnPaint(self, event):
dc = wx.PaintDC(self)
- dc.DrawBitmap(self.bitmap,
(0,0)
, False)
+ dc.DrawBitmap(self.bitmap,
0,0
, False)
def OnEraseBG(self, event):
pass