From c12a1660bddef3a610d9dd03dc3d3b75269bd4fc Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 30 May 2001 21:13:19 +0000 Subject: Use the correct path to the print preview menu item. 2001-05-30 Peter Williams * gui/component/addressbook.c: Use the correct path to the print preview menu item. svn path=/trunk/; revision=10054 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1541c6de75..5e1259953b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-05-30 Peter Williams + + * gui/component/addressbook.c: Use the correct path to the print + preview menu item. + 2001-05-30 Chris Toshok * gui/component/addressbook.c (cut_contacts_cb): new function, for diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index d489b89f60..9fe03b948f 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -299,7 +299,7 @@ BonoboUIVerb verbs [] = { static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/New/NewFirstItem/ContactNew", "evolution-contacts-mini.png"), E_PIXMAP ("/menu/File/Print/ContactsPrint", "print.xpm"), - E_PIXMAP ("/menu/File/Print/Print Preview", "print-preview.xpm"), + E_PIXMAP ("/menu/File/Print/ContactPrintPreview", "print-preview.xpm"), E_PIXMAP ("/menu/Tools/Component/AddressbookConfig", "configure_16_addressbook.xpm"), E_PIXMAP ("/Toolbar/ContactViewAll", "all_contacts.xpm"), -- cgit v1.2.3