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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Sep 11 02:04:07 EDT 2008


Author: telwertowski
Date: 2008-09-11 02:04:07 -0400 (Thu, 11 Sep 2008)
New Revision: 9295

Modified:
   trunk/qgis/src/app/qgsoptions.cpp
   trunk/qgis/src/app/qgsoptions.h
Log:
Revise debug output to match r8720.


Modified: trunk/qgis/src/app/qgsoptions.cpp
===================================================================
--- trunk/qgis/src/app/qgsoptions.cpp	2008-09-10 20:42:24 UTC (rev 9294)
+++ trunk/qgis/src/app/qgsoptions.cpp	2008-09-11 06:04:07 UTC (rev 9295)
@@ -375,10 +375,9 @@
 
   if ( mySelector->exec() )
   {
-    QgsDebugMsg( "------ Global Default Projection Selection Set ----------" );
     //! @todo changes this control name in gui to txtGlobalProjString
     txtGlobalWKT->setText( mySelector->selectedProj4String() );
-    QgsDebugMsg( QString( "------ Global Default Projection now set to ----------\n%1" ).arg( mGlobalCRSID ) );
+    QgsDebugMsg( QString( "------ Global Default Projection Selection set to ----------\n%1" ).arg( txtGlobalWKT->toPlainText() ) );
   }
   else
   {

Modified: trunk/qgis/src/app/qgsoptions.h
===================================================================
--- trunk/qgis/src/app/qgsoptions.h	2008-09-10 20:42:24 UTC (rev 9294)
+++ trunk/qgis/src/app/qgsoptions.h	2008-09-11 06:04:07 UTC (rev 9295)
@@ -93,9 +93,6 @@
     //
     QStringList i18nList();
 
-    //!Global default projection used for new layers added that have no projection
-    long mGlobalCRSID;
-
     //!Default proj4 string used for new layers added that have no projection
     QString mGlobalProj4String;
 



More information about the QGIS-commit mailing list