Skip to content

Commit

Permalink
Removed message box left in by mistake while testing user defined plu…
Browse files Browse the repository at this point in the history
…gin dirs.

git-svn-id: http://svn.osgeo.org/qgis/trunk@15251 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 23, 2011
1 parent 76a09b2 commit dbdd106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -497,7 +497,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
{
QStringList myPathList = myPaths.split( "|" );
QgsPluginRegistry::instance()->restoreSessionPlugins( myPathList );
QMessageBox::critical( this, tr( "Plugin paths" ), myPaths );
}

mSplash->showMessage( tr( "Initializing file filters" ), Qt::AlignHCenter | Qt::AlignBottom );
Expand Down

0 comments on commit dbdd106

Please sign in to comment.