themes/Default/images/Makefile.am one more icon from Jimmac.

2002-03-20  Michael Natterer  <mitch@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-menu-selection-to-channel.png: one
	more icon from Jimmac.

	* libgimpwidgets/gimpstock.[ch]
	* themes/Default/imagerc: add it.

	* app/gui/menus.c: use it.
This commit is contained in:
Michael Natterer 2002-03-20 14:02:12 +00:00 committed by Michael Natterer
parent 2be247ff8b
commit 13b0321770
8 changed files with 69 additions and 47 deletions

View File

@ -1,3 +1,14 @@
2002-03-20 Michael Natterer <mitch@gimp.org>
* themes/Default/images/Makefile.am
* themes/Default/images/stock-menu-selection-to-channel.png: one
more icon from Jimmac.
* libgimpwidgets/gimpstock.[ch]
* themes/Default/imagerc: add it.
* app/gui/menus.c: use it.
2002-03-20 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpdockbook.c: fixed a bug i introduced when making

View File

@ -453,7 +453,8 @@ static GimpItemFactoryEntry image_entries[] =
SEPARATOR ("/Select/---"),
{ { N_("/Select/Save to Channel"), NULL,
select_save_cmd_callback, 0 },
select_save_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_SELECTION_TO_CHANNEL },
NULL,
"select/save_to_channel.html", NULL },

View File

@ -453,7 +453,8 @@ static GimpItemFactoryEntry image_entries[] =
SEPARATOR ("/Select/---"),
{ { N_("/Select/Save to Channel"), NULL,
select_save_cmd_callback, 0 },
select_save_cmd_callback, 0,
"<StockItem>", GIMP_STOCK_SELECTION_TO_CHANNEL },
NULL,
"select/save_to_channel.html", NULL },

View File

@ -104,6 +104,7 @@ static GtkStockItem gimp_stock_items[] =
{ GIMP_STOCK_SELECTION_SUBTRACT, NULL, 0, 0, "gimp-libgimp" },
{ GIMP_STOCK_SELECTION_INTERSECT, NULL, 0, 0, "gimp-libgimp" },
{ GIMP_STOCK_SELECTION_STROKE, NULL, 0, 0, "gimp-libgimp" },
{ GIMP_STOCK_SELECTION_TO_CHANNEL, NULL, 0, 0, "gimp-libgimp" },
{ GIMP_STOCK_SELECTION_TO_PATH, NULL, 0, 0, "gimp-libgimp" },
{ GIMP_STOCK_PATH_STROKE, NULL, 0, 0, "gimp-libgimp" },
@ -252,6 +253,7 @@ gimp_stock_menu_pixbufs[] =
{ GIMP_STOCK_ROTATE_270, stock_menu_rotate_270 },
{ GIMP_STOCK_RESIZE, stock_menu_resize },
{ GIMP_STOCK_SCALE, stock_menu_scale },
{ GIMP_STOCK_SELECTION_TO_CHANNEL, stock_menu_selection_to_channel },
{ GIMP_STOCK_NAVIGATION, stock_menu_navigation },
{ GIMP_STOCK_QMASK_OFF, stock_menu_qmask_off },

View File

@ -66,6 +66,7 @@ G_BEGIN_DECLS
#define GIMP_STOCK_ROTATE_270 "gimp-rotate-270"
#define GIMP_STOCK_RESIZE "gimp-resize"
#define GIMP_STOCK_SCALE "gimp-scale"
#define GIMP_STOCK_SELECTION_TO_CHANNEL "gimp-selection-to-channel"
#define GIMP_STOCK_NAVIGATION "gimp-navigation"
#define GIMP_STOCK_QMASK_OFF "gimp-qmask-off"

View File

@ -158,6 +158,11 @@ style "gimp-icons"
{ "images/stock-menu-scale.png", *, *, "gtk-menu" },
{ "images/stock-menu-scale.png", *, *, * }
}
stock["gimp-selection-to-channel"] =
{
{ "images/stock-menu-selection-to-channel.png", *, *, "gtk-menu" },
{ "images/stock-menu-selection-to-channel.png", *, *, * }
}
# Image window icons
#

View File

@ -76,6 +76,7 @@ STOCK_MENU_IMAGES = @STRIP_BEGIN@ \
stock-menu-rotate-90.png \
stock-menu-resize.png \
stock-menu-scale.png \
stock-menu-selection-to-channel.png \
\
stock-menu-navigation.png \
stock-menu-qmask-off.png \

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 B