say "Remove Channel" when pushing the undo, not "Remove Layer".

2003-04-09  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage.c (gimp_image_remove_channel): say
	"Remove Channel" when pushing the undo, not "Remove Layer".
This commit is contained in:
Michael Natterer 2003-04-09 09:11:25 +00:00 committed by Michael Natterer
parent d2fbc95c43
commit 13a9252950
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-04-09 Michael Natterer <mitch@gimp.org>
* app/core/gimpimage.c (gimp_image_remove_channel): say
"Remove Channel" when pushing the undo, not "Remove Layer".
2003-04-09 Michael Natterer <mitch@gimp.org>
* app/tools/paint_options.[ch]: added

View File

@ -2865,7 +2865,7 @@ gimp_image_remove_channel (GimpImage *gimage,
g_return_if_fail (gimp_container_have (gimage->channels,
GIMP_OBJECT (channel)));
gimp_image_undo_push_channel_remove (gimage, _("Remove Layer"),
gimp_image_undo_push_channel_remove (gimage, _("Remove Channel"),
channel,
gimp_container_get_child_index (gimage->channels,
GIMP_OBJECT (channel)),