[QGIS Commit] r15251 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Feb 23 16:14:57 EST 2011


Author: timlinux
Date: 2011-02-23 13:14:57 -0800 (Wed, 23 Feb 2011)
New Revision: 15251

Modified:
   trunk/qgis/src/app/qgisapp.cpp
Log:
Removed message box left in by mistake while testing user defined plugin dirs.

Modified: trunk/qgis/src/app/qgisapp.cpp
===================================================================
--- trunk/qgis/src/app/qgisapp.cpp	2011-02-23 21:10:52 UTC (rev 15250)
+++ trunk/qgis/src/app/qgisapp.cpp	2011-02-23 21:14:57 UTC (rev 15251)
@@ -497,7 +497,6 @@
   {
     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 );



More information about the QGIS-commit mailing list