This commit is contained in:
Kovid Goyal 2015-04-25 19:18:57 +05:30
parent 0fc7ae64ca
commit 84683803f1

View File

@ -163,6 +163,7 @@ class SplashScreen(QSplashScreen):
def __init__(self): def __init__(self):
self.drawn_once = False self.drawn_once = False
QSplashScreen.__init__(self, QPixmap(I('library.png'))) QSplashScreen.__init__(self, QPixmap(I('library.png')))
self.setWindowTitle(__appname__)
def drawContents(self, painter): def drawContents(self, painter):
self.drawn_once = True self.drawn_once = True