aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-05-31 05:13:19 +0800
committerPeter Williams <peterw@src.gnome.org>2001-05-31 05:13:19 +0800
commitc12a1660bddef3a610d9dd03dc3d3b75269bd4fc (patch)
tree1b08c14dbc5dba277c4b15575ce86e80ae4ac9dc /addressbook
parent859c5d4573a55bc23492076068489e52a1f2debd (diff)
downloadgsoc2013-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')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook.c2
2 files changed, 6 insertions, 1 deletions
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 <peterw@ximian.com>
+
+ * gui/component/addressbook.c: Use the correct path to the print
+ preview menu item.
+
2001-05-30 Chris Toshok <toshok@ximian.com>
* 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"),