use GTK_STOCK_REMOVE for "<Dialogs>/Remove Tab".

2002-11-12  Michael Natterer  <mitch@gimp.org>

	* app/gui/menus.c: use GTK_STOCK_REMOVE for "<Dialogs>/Remove Tab".
This commit is contained in:
Michael Natterer 2002-11-12 14:31:45 +00:00 committed by Michael Natterer
parent 2eef2afbc1
commit d932f87c8c
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-11-12 Michael Natterer <mitch@gimp.org>
* app/gui/menus.c: use GTK_STOCK_REMOVE for "<Dialogs>/Remove Tab".
2002-11-11 Manish Singh <yosh@gimp.org>
* autogen.sh: don't say "Now type 'make'" if configure failed.

View File

@ -1483,7 +1483,8 @@ static GimpItemFactoryEntry dialogs_entries[] =
ADD_TAB (N_("/Add Tab/Old Paths..."), "gimp-path-list", NULL, NULL),
{ { N_("/Remove Tab"), NULL,
dialogs_remove_tab_cmd_callback, 0 },
dialogs_remove_tab_cmd_callback, 0,
"<StockItem>", GTK_STOCK_REMOVE },
NULL, NULL, NULL },
SEPARATOR ("/view-type-separator"),

View File

@ -1483,7 +1483,8 @@ static GimpItemFactoryEntry dialogs_entries[] =
ADD_TAB (N_("/Add Tab/Old Paths..."), "gimp-path-list", NULL, NULL),
{ { N_("/Remove Tab"), NULL,
dialogs_remove_tab_cmd_callback, 0 },
dialogs_remove_tab_cmd_callback, 0,
"<StockItem>", GTK_STOCK_REMOVE },
NULL, NULL, NULL },
SEPARATOR ("/view-type-separator"),