corrected undo description.

2007-12-22  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimage-sample-points.c
	(gimp_image_add_sample_point_at_pos): corrected undo 
description.


svn path=/trunk/; revision=24427
This commit is contained in:
Sven Neumann 2007-12-22 14:54:07 +00:00 committed by Sven Neumann
parent eb10b7370a
commit 8bd8a343a6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-12-22 Sven Neumann <sven@gimp.org>
* app/core/gimpimage-sample-points.c
(gimp_image_add_sample_point_at_pos): corrected undo description.
2007-12-22 Sven Neumann <sven@gimp.org>
* data/palettes/Tango.gpl: removed duplicate entry ("Untitled").

View file

@ -50,7 +50,7 @@ gimp_image_add_sample_point_at_pos (GimpImage *image,
sample_point = gimp_sample_point_new (image->gimp->next_sample_point_ID++);
if (push_undo)
gimp_image_undo_push_sample_point (image, _("Add Sample_Point"),
gimp_image_undo_push_sample_point (image, _("Add Sample Point"),
sample_point);
gimp_image_add_sample_point (image, sample_point, x, y);