mirror of https://github.com/GNOME/gimp.git
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:
parent
2eef2afbc1
commit
d932f87c8c
|
@ -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.
|
||||
|
|
|
@ -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"),
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue