From e201c2da23db94de33dc0caa32380facda942616 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 9 Aug 2000 05:55:53 +0000 Subject: Add an icon to the "Print contacts" menu item. svn path=/trunk/; revision=4638 --- addressbook/gui/component/addressbook.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/component/addressbook.c') diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index b1064973ea..561f8b8717 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -493,7 +493,8 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih, bonobo_ui_handler_menu_new_item (uih, "/File//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); -- cgit v1.2.3