Add an icon to the "Print contacts" menu item.
svn path=/trunk/; revision=4638
This commit is contained in:
@ -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>
|
2000-08-09 Ettore Perazzoli <ettore@helixcode.com>
|
||||||
|
|
||||||
* gui/component/addressbook.c (control_activate): Put the print
|
* gui/component/addressbook.c (control_activate): Put the print
|
||||||
|
|||||||
@ -493,7 +493,8 @@ control_activate (BonoboControl *control, BonoboUIHandler *uih,
|
|||||||
bonobo_ui_handler_menu_new_item (uih, "/File/<Print Placeholder>/Print contacts...",
|
bonobo_ui_handler_menu_new_item (uih, "/File/<Print Placeholder>/Print contacts...",
|
||||||
N_("_Print Contacts..."),
|
N_("_Print Contacts..."),
|
||||||
NULL, -1,
|
NULL, -1,
|
||||||
BONOBO_UI_HANDLER_PIXMAP_NONE, NULL,
|
BONOBO_UI_HANDLER_PIXMAP_STOCK,
|
||||||
|
GNOME_STOCK_MENU_PRINT,
|
||||||
0, 0, print_cb,
|
0, 0, print_cb,
|
||||||
(gpointer) view);
|
(gpointer) view);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user