From 546b279cd1c2ee782029058dea01d39697538962 Mon Sep 17 00:00:00 2001 From: jef Date: Sat, 29 May 2010 08:23:10 +0000 Subject: [PATCH] fix #2601 git-svn-id: http://svn.osgeo.org/qgis/trunk@13586 c8812cc2-4d05-0410-92ff-de0c093fc19c --- src/core/qgscoordinatereferencesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/qgscoordinatereferencesystem.cpp b/src/core/qgscoordinatereferencesystem.cpp index 6696cd91625..2f4786de55c 100644 --- a/src/core/qgscoordinatereferencesystem.cpp +++ b/src/core/qgscoordinatereferencesystem.cpp @@ -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 {