* libgimpbase/gimpbaseenums.c: Don't label Lanczos
	as "best".  Addresses bug #343576.
This commit is contained in:
William Skaggs
2006-08-22 17:13:52 +00:00
parent 588a77fa2b
commit 0b51b73164
5 changed files with 266 additions and 22 deletions

View File

@ -562,7 +562,7 @@ gimp_interpolation_type_get_type (void)
{ GIMP_INTERPOLATION_NONE, N_("None (Fastest)"), NULL },
{ GIMP_INTERPOLATION_LINEAR, N_("interpolation|Linear"), NULL },
{ GIMP_INTERPOLATION_CUBIC, N_("Cubic"), NULL },
{ GIMP_INTERPOLATION_LANCZOS, N_("Lanczos (Best)"), NULL },
{ GIMP_INTERPOLATION_LANCZOS, N_("Lanczos"), NULL },
{ 0, NULL, NULL }
};