mirror of https://github.com/GNOME/gimp.git
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:
parent
eb10b7370a
commit
8bd8a343a6
|
@ -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").
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue