mirror of https://github.com/GNOME/gimp.git
mark "Scales" for translation.
2002-12-19 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcolorscales.c: mark "Scales" for translation.
This commit is contained in:
parent
4328fa941b
commit
af35e90997
|
@ -1,3 +1,7 @@
|
|||
2002-12-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpcolorscales.c: mark "Scales" for translation.
|
||||
|
||||
2002-12-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpwidgets-utils.[ch]: added utility functions
|
||||
|
|
|
@ -138,7 +138,7 @@ gimp_color_scales_class_init (GimpColorScalesClass *klass)
|
|||
|
||||
object_class->finalize = gimp_color_scales_finalize;
|
||||
|
||||
selector_class->name = "Scales";
|
||||
selector_class->name = _("Scales");
|
||||
selector_class->help_page = "scales.html";
|
||||
selector_class->stock_id = GIMP_STOCK_TOOL_OPTIONS;
|
||||
selector_class->set_toggles_visible = gimp_color_scales_togg_visible;
|
||||
|
|
Loading…
Reference in New Issue