diff options
author | Peter Williams <peterw@ximian.com> | 2001-05-31 05:13:19 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-05-31 05:13:19 +0800 |
commit | c12a1660bddef3a610d9dd03dc3d3b75269bd4fc (patch) | |
tree | 1b08c14dbc5dba277c4b15575ce86e80ae4ac9dc /addressbook/gui | |
parent | 859c5d4573a55bc23492076068489e52a1f2debd (diff) | |
download | gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.tar gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.tar.gz gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.tar.bz2 gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.tar.lz gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.tar.xz gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.tar.zst gsoc2013-evolution-c12a1660bddef3a610d9dd03dc3d3b75269bd4fc.zip |
Use the correct path to the print preview menu item.
2001-05-30 Peter Williams <peterw@ximian.com>
* gui/component/addressbook.c: Use the correct path to the print
preview menu item.
svn path=/trunk/; revision=10054
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |