Add an icon to the "Print contacts" menu item.

svn path=/trunk/; revision=4638
This commit is contained in:
Ettore Perazzoli
2000-08-09 05:55:53 +00:00
parent c7b2533fef
commit e201c2da23
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-08-09 Ettore Perazzoli <ettore@helixcode.com>
* gui/component/addressbook.c (control_activate): Add the stock
print icon to the print item.
2000-08-09 Ettore Perazzoli <ettore@helixcode.com>
* gui/component/addressbook.c (control_activate): Put the print

View File

@ -493,7 +493,8 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih,
bonobo_ui_handler_menu_new_item (uih, "/File/<Print Placeholder>/Print contacts...",
N_("_Print Contacts..."),
NULL, -1,
BONOBO_UI_HANDLER_PIXMAP_NONE, NULL,
BONOBO_UI_HANDLER_PIXMAP_STOCK,
GNOME_STOCK_MENU_PRINT,
0, 0, print_cb,
(gpointer) view);