mirror of https://github.com/MidnightCommander/mc
Tue Mar 17 00:43:50 1998 Tom Tromey <tromey@cygnus.com>
* glayout.c (gnome_panel_about_menu): "About" item now a stock menu item.
This commit is contained in:
parent
4a883be09e
commit
982d4137a8
|
@ -1,3 +1,8 @@
|
|||
Tue Mar 17 00:43:50 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* glayout.c (gnome_panel_about_menu): "About" item now a stock
|
||||
menu item.
|
||||
|
||||
1998-03-16 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||
|
||||
* gscreen.c (filter_item_activate): Make it convert the glob
|
||||
|
|
|
@ -248,7 +248,8 @@ GnomeUIInfo gnome_panel_commands_menu [] = {
|
|||
};
|
||||
|
||||
GnomeUIInfo gnome_panel_about_menu [] = {
|
||||
GNOMEUIINFO_ITEM ("About", "Information on this program", gnome_about_cmd, NULL),
|
||||
{ GNOME_APP_UI_ITEM, "About", "Information on this program", gnome_quit_cmd, NULL, NULL,
|
||||
GNOME_APP_PIXMAP_STOCK, GNOME_STOCK_MENU_ABOUT },
|
||||
GNOMEUIINFO_HELP ("midnight-commander"),
|
||||
GNOMEUIINFO_END
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue