Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revise debug output to match r8720.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9295 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
telwertowski committed Sep 11, 2008
1 parent 3cd1792 commit 21c0797
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/app/qgsoptions.cpp
Expand Up @@ -375,10 +375,9 @@ void QgsOptions::on_pbnSelectProjection_clicked()

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
{
Expand Down
3 changes: 0 additions & 3 deletions src/app/qgsoptions.h
Expand Up @@ -93,9 +93,6 @@ class QgsOptions : public QDialog, private Ui::QgsOptionsBase
//
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;

Expand Down

0 comments on commit 21c0797

Please sign in to comment.