Navigation Menu

Skip to content

Commit

Permalink
fix typo (followup 5c4bf99)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 20, 2016
1 parent 5c4bf99 commit fef9c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -883,7 +883,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh
//
// Please make sure this is the last thing the ctor does so that we can ensure the
// widgets are all initialized before trying to restore their state.
z /
//
mSplash->showMessage( tr( "Restoring window state" ), Qt::AlignHCenter | Qt::AlignBottom );
qApp->processEvents();
restoreWindowState();
Expand Down

0 comments on commit fef9c93

Please sign in to comment.