From 227831387b69dc9cbbf835ff6dde99e40506dd40 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 24 Feb 2009 16:41:11 +0000 Subject: [PATCH] stuff --- libsrc/resample/yafrsmooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/resample/yafrsmooth.cpp b/libsrc/resample/yafrsmooth.cpp index 5b002959..a4a382a5 100644 --- a/libsrc/resample/yafrsmooth.cpp +++ b/libsrc/resample/yafrsmooth.cpp @@ -759,7 +759,7 @@ vips_interpolate_yafrsmooth_class_init( VipsInterpolateYafrsmoothClass *iclass ) gobject_class->get_property = vips_object_get_property; object_class->nickname = "yafrsmooth"; - object_class->description = _( "YAFR smooth interpolation" ); + object_class->description = _( "Bicubic plus edge enhance" ); interpolate_class->interpolate = vips_interpolate_yafrsmooth_interpolate;