Skip to content

Commit 01e9d2d

Browse files
author
mmassing
committed
Fix lanczos resampling option.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13231 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ef187cd commit 01e9d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/georeferencer/qgsgeorefplugingui.cpp

+1-1
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)