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:
Sven Neumann 2008-07-17 19:13:12 +00:00 committed by Sven Neumann
parent caa4c529f5
commit 7cd338205c
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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;