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:
Tom Tromey 1998-03-17 07:58:52 +00:00
parent 4a883be09e
commit 982d4137a8
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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
};