diff options
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5e1259953b..7f2d511449 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-05-31 Chris Toshok <toshok@ximian.com> + + * gui/component/addressbook.c: Print Preview => + ContactsPrintPreview. Changed peter's change so that the node + name is more in line with "Print.."'s + 2001-05-30 Peter Williams <peterw@ximian.com> * gui/component/addressbook.c: Use the correct path to the print diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 9fe03b948f..c572bfc097 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/ContactPrintPreview", "print-preview.xpm"), + E_PIXMAP ("/menu/File/Print/ContactsPrintPreview", "print-preview.xpm"), E_PIXMAP ("/menu/Tools/Component/AddressbookConfig", "configure_16_addressbook.xpm"), E_PIXMAP ("/Toolbar/ContactViewAll", "all_contacts.xpm"), |