use the new GIMP_STOCK_LAYER_MASK icon for "Add Layer Mask" dialog.

2004-01-27  Michael Natterer  <mitch@gimp.org>

	* app/gui/layers-commands.c (layers_add_mask_query): use the
	new GIMP_STOCK_LAYER_MASK icon for "Add Layer Mask" dialog.
This commit is contained in:
Michael Natterer
2004-01-27 18:39:46 +00:00
committed by Michael Natterer
parent f588c2954a
commit 402c5533cf
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-01-27 Michael Natterer <mitch@gimp.org>
* app/gui/layers-commands.c (layers_add_mask_query): use the
new GIMP_STOCK_LAYER_MASK icon for "Add Layer Mask" dialog.
2004-01-27 Jakub Steiner <jimmac@ximian.com>
* themes/Default/images/stock-channel-indexed-16.png

View File

@ -1038,7 +1038,7 @@ layers_add_mask_query (GimpLayer *layer,
options->query_box =
gimp_viewable_dialog_new (GIMP_VIEWABLE (layer),
_("Add Layer Mask"), "gimp-layer-add-mask",
GTK_STOCK_ADD,
GIMP_STOCK_LAYER_MASK,
_("Add a Mask to the Layer"),
parent,
gimp_standard_help_func,

View File

@ -1038,7 +1038,7 @@ layers_add_mask_query (GimpLayer *layer,
options->query_box =
gimp_viewable_dialog_new (GIMP_VIEWABLE (layer),
_("Add Layer Mask"), "gimp-layer-add-mask",
GTK_STOCK_ADD,
GIMP_STOCK_LAYER_MASK,
_("Add a Mask to the Layer"),
parent,
gimp_standard_help_func,