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/qgis@15251 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 23, 2011
1 parent 7aa12fc commit ef76a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
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 ef76a92

Please sign in to comment.