mirror of https://github.com/GNOME/gimp.git
fixed typo pointed out by Žygimantas Beručka.
2008-07-17 Sven Neumann <sven@gimp.org> * app/tools/gimpcolorizetool.c: fixed typo pointed out by Žygimantas Beručka. svn path=/trunk/; revision=26226
This commit is contained in:
parent
caa4c529f5
commit
7cd338205c
|
@ -1,3 +1,8 @@
|
|||
2008-07-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/tools/gimpcolorizetool.c: fixed typo pointed out by
|
||||
Žygimantas Beručka.
|
||||
|
||||
2008-07-17 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/paint/gimppaintcore.[ch]: removed 'use_pressure' field from
|
||||
|
|
|
@ -109,7 +109,7 @@ gimp_colorize_tool_class_init (GimpColorizeToolClass *klass)
|
|||
im_tool_class->shell_desc = _("Colorize the Image");
|
||||
im_tool_class->settings_name = "colorize";
|
||||
im_tool_class->import_dialog_title = _("Import Colorize Settings");
|
||||
im_tool_class->export_dialog_title = _("Export Colorsize Settings");
|
||||
im_tool_class->export_dialog_title = _("Export Colorize Settings");
|
||||
|
||||
im_tool_class->get_operation = gimp_colorize_tool_get_operation;
|
||||
im_tool_class->map = gimp_colorize_tool_map;
|
||||
|
|
Loading…
Reference in New Issue