use the new icons here as well.
2003-08-19 Sven Neumann <sven@gimp.org> * app/gui/toolbox-menu.c: use the new icons here as well.
This commit is contained in:

committed by
Sven Neumann

parent
fe2a0731f2
commit
52ccb9557b
@ -1,3 +1,7 @@
|
||||
2003-08-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/gui/toolbox-menu.c: use the new icons here as well.
|
||||
|
||||
2003-08-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/config/gimpdisplayconfig.[ch]
|
||||
|
@ -134,7 +134,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
||||
NULL, NULL },
|
||||
{ { N_("/File/Dialogs/_Indexed Palette..."), NULL,
|
||||
dialogs_create_dockable_cmd_callback, 0,
|
||||
"<StockItem>", GTK_STOCK_SELECT_COLOR },
|
||||
"<StockItem>", GIMP_STOCK_INDEXED_PALETTE },
|
||||
"gimp-indexed-palette",
|
||||
"file/dialogs/indexed_palette.html", NULL },
|
||||
{ { N_("/File/Dialogs/_Selection Editor..."), NULL,
|
||||
@ -149,7 +149,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
||||
NULL, NULL },
|
||||
{ { N_("/File/Dialogs/_Undo History..."), NULL,
|
||||
dialogs_create_dockable_cmd_callback, 0,
|
||||
"<StockItem>", GTK_STOCK_UNDO },
|
||||
"<StockItem>", GIMP_STOCK_UNDO_HISTORY },
|
||||
"gimp-undo-history",
|
||||
NULL, NULL },
|
||||
|
||||
|
@ -134,7 +134,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
||||
NULL, NULL },
|
||||
{ { N_("/File/Dialogs/_Indexed Palette..."), NULL,
|
||||
dialogs_create_dockable_cmd_callback, 0,
|
||||
"<StockItem>", GTK_STOCK_SELECT_COLOR },
|
||||
"<StockItem>", GIMP_STOCK_INDEXED_PALETTE },
|
||||
"gimp-indexed-palette",
|
||||
"file/dialogs/indexed_palette.html", NULL },
|
||||
{ { N_("/File/Dialogs/_Selection Editor..."), NULL,
|
||||
@ -149,7 +149,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
||||
NULL, NULL },
|
||||
{ { N_("/File/Dialogs/_Undo History..."), NULL,
|
||||
dialogs_create_dockable_cmd_callback, 0,
|
||||
"<StockItem>", GTK_STOCK_UNDO },
|
||||
"<StockItem>", GIMP_STOCK_UNDO_HISTORY },
|
||||
"gimp-undo-history",
|
||||
NULL, NULL },
|
||||
|
||||
|
Reference in New Issue
Block a user