From 84683803f1e8a13902f0b843c766a2394511d659 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 25 Apr 2015 19:18:57 +0530 Subject: [PATCH] ... --- src/calibre/gui2/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/main.py b/src/calibre/gui2/main.py index fca166f4df..3d18117b6e 100644 --- a/src/calibre/gui2/main.py +++ b/src/calibre/gui2/main.py @@ -163,6 +163,7 @@ class SplashScreen(QSplashScreen): def __init__(self): self.drawn_once = False QSplashScreen.__init__(self, QPixmap(I('library.png'))) + self.setWindowTitle(__appname__) def drawContents(self, painter): self.drawn_once = True