Skip to content

Commit 1b7e346

Browse files
author
mmassing
committedApr 3, 2010
Fix lanczos resampling option.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13231 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 28ce9b1 commit 1b7e346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/georeferencer/qgsgeorefplugingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ QString QgsGeorefPluginGui::convertResamplingEnumToString( QgsImageWarper::Resam
13821382
case QgsImageWarper::CubicSpline:
13831383
return "cubicspline";
13841384
case QgsImageWarper::Lanczos:
1385-
return "lanczons";
1385+
return "lanczos";
13861386
}
13871387
return "";
13881388
}

0 commit comments

Comments
 (0)
Please sign in to comment.