summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 402af56..d65c1d1 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -64,7 +64,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
//application icon
qApp->setWindowIcon(QIcon(":/shemov.png"));
setAttribute(Qt::WA_DeleteOnClose);
- QSplashScreen splash(QPixmap(":/shemov_splash.png"));
+ QSplashScreen splash(QPixmap(":/shemov_splash2.png"));
splash.show();
//init database as early as possible