changeset 1265:fad979fdd1c6 draft

fix issue #13
author Wladimir J. van der Laan <laanwj@gmail.com>
date Tue, 16 Aug 2011 11:18:27 +0200
parents eea709595ed2
children 6177a58b94c4
files src/qt/bitcoin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -120,7 +120,7 @@
     translator.load("bitcoin_"+locale);
     app.installTranslator(&translator);
 
-    QSplashScreen splash(QPixmap(":/images/splash"), Qt::WindowStaysOnTopHint);
+    QSplashScreen splash(QPixmap(":/images/splash"), 0);
     splash.show();
     splash.setAutoFillBackground(true);
     splashref = &splash;