Skip to content

Commit dbdd106

Browse files
author
timlinux
committed
Removed message box left in by mistake while testing user defined plugin dirs.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15251 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 76a09b2 commit dbdd106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/qgisapp.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, QWidget * parent,
497497
{
498498
QStringList myPathList = myPaths.split( "|" );
499499
QgsPluginRegistry::instance()->restoreSessionPlugins( myPathList );
500-
QMessageBox::critical( this, tr( "Plugin paths" ), myPaths );
501500
}
502501

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

0 commit comments

Comments
 (0)