aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-09 13:55:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-09 13:55:53 +0800
commite201c2da23db94de33dc0caa32380facda942616 (patch)
tree5b7ca64aaddb29ed2b2bc33e562cab7db53af776 /addressbook/gui/component
parentc7b2533fefbc21ca6eee65b3c2bf8676c4677474 (diff)
downloadgsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.tar
gsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.tar.gz
gsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.tar.bz2
gsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.tar.lz
gsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.tar.xz
gsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.tar.zst
gsoc2013-evolution-e201c2da23db94de33dc0caa32380facda942616.zip
Add an icon to the "Print contacts" menu item.
svn path=/trunk/; revision=4638
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook.c3
1 files changed, 2 insertions, 1 deletions
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 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);