themes/Default/images/Makefile.am

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

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-layer-mask-16.png
	* themes/Default/images/stock-layer-mask-24.png
	* themes/Default/images/stock-layer-mask-32.png
	* themes/Default/images/stock-layer-mask-48.png
	* themes/Default/images/stock-selection-border-16.png
	* libgimpwidgets/gimpstock.[ch]: added forgotten layer mask and
	new "border selection" icons from Jimmac (-32 and -48 ones to be
	updated, they are currently copies of the channel icons).

	* app/core/gimplayermask.c (gimp_layer_mask_class_init)
	* app/gui/image-menu.c (image_menu_entries): use them.
This commit is contained in:
Michael Natterer
2004-01-27 02:51:19 +00:00
committed by Michael Natterer
parent e753735a3a
commit d0c75eb537
12 changed files with 39 additions and 4 deletions

View File

@ -308,7 +308,8 @@ GimpItemFactoryEntry image_menu_entries[] =
NULL,
GIMP_HELP_SELECTION_GROW, NULL },
{ { N_("/Select/Bo_rder..."), NULL,
select_border_cmd_callback, 0 },
select_border_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_SELECTION_BORDER },
NULL,
GIMP_HELP_SELECTION_BORDER, NULL },