Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix for ticket #29
git-svn-id: http://svn.osgeo.org/qgis/trunk@5256 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 11, 2006
1 parent 15433c5 commit 471d17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/widgets/projectionselector/qgsprojectionselector.cpp
Expand Up @@ -148,13 +148,15 @@ void QgsProjectionSelector::setSelectedSRSName(QString theSRSName)
{
mSRSNameSelection = theSRSName;
mSRSNameSelectionPending = TRUE;
applySRSNameSelection();
}


void QgsProjectionSelector::setSelectedSRSID(long theSRSID)
{
mSRSIDSelection = theSRSID;
mSRSIDSelectionPending = TRUE;
applySRSIDSelection();
}


Expand Down

0 comments on commit 471d17b

Please sign in to comment.