Bill Skaggs <weskaggs@primate.ucdavis.edu>
* libgimpbase/gimpbaseenums.c: Don't label Lanczos as "best". Addresses bug #343576.
This commit is contained in:
@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user