Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix lanczos resampling option.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13231 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mmassing committed Apr 3, 2010
1 parent ef187cd commit 01e9d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -1382,7 +1382,7 @@ QString QgsGeorefPluginGui::convertResamplingEnumToString( QgsImageWarper::Resam
case QgsImageWarper::CubicSpline:
return "cubicspline";
case QgsImageWarper::Lanczos:
return "lanczons";
return "lanczos";
}
return "";
}
Expand Down

0 comments on commit 01e9d2d

Please sign in to comment.