Skip to content

Commit

Permalink
fix #2601
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 29, 2010
1 parent c092e6e commit 4c3fd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgscoordinatereferencesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ bool QgsCoordinateReferenceSystem::saveAsUserCRS()
+ "," + quotedValue( projectionAcronym() )
+ "," + quotedValue( ellipsoidAcronym() )
+ "," + quotedValue( toProj4() )
+ "',0)"; // <-- is_geo shamelessly hard coded for now
+ ",0)"; // <-- is_geo shamelessly hard coded for now
}
else
{
Expand Down

0 comments on commit 4c3fd80

Please sign in to comment.