Skip to content

Commit 48bee0b

Browse files
author
telwertowski
committed
Revise debug output to match r8720.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9295 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ab46ef9 commit 48bee0b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/app/qgsoptions.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,9 @@ void QgsOptions::on_pbnSelectProjection_clicked()
375375

376376
if ( mySelector->exec() )
377377
{
378-
QgsDebugMsg( "------ Global Default Projection Selection Set ----------" );
379378
//! @todo changes this control name in gui to txtGlobalProjString
380379
txtGlobalWKT->setText( mySelector->selectedProj4String() );
381-
QgsDebugMsg( QString( "------ Global Default Projection now set to ----------\n%1" ).arg( mGlobalCRSID ) );
380+
QgsDebugMsg( QString( "------ Global Default Projection Selection set to ----------\n%1" ).arg( txtGlobalWKT->toPlainText() ) );
382381
}
383382
else
384383
{

src/app/qgsoptions.h

-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ class QgsOptions : public QDialog, private Ui::QgsOptionsBase
9393
//
9494
QStringList i18nList();
9595

96-
//!Global default projection used for new layers added that have no projection
97-
long mGlobalCRSID;
98-
9996
//!Default proj4 string used for new layers added that have no projection
10097
QString mGlobalProj4String;
10198

0 commit comments

Comments
 (0)