- Updated splash screen to v0.10.0

This commit is contained in:
Christophe Dumez 2007-04-03 12:24:12 +00:00
parent ab1d664f07
commit 2f0bee3b19
4 changed files with 3 additions and 3 deletions

View file

@ -136,7 +136,7 @@ int main(int argc, char *argv[]){
#endif
#endif
useStyle(&app, style);
QSplashScreen *splash = new QSplashScreen(QPixmap(":/Icons/splash.jpg"));
QSplashScreen *splash = new QSplashScreen(QPixmap(":/Icons/splash.png"));
splash->show();
// Open options file to read locale
locale = settings.value("Options/Language/Locale", QString()).toString();