diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-01 04:03:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-01 04:03:20 +0800 |
commit | 9e7473e1de1484de4720205b437f824fb2b0c615 (patch) | |
tree | 26b72c970b5471712eb44ad54d6530d64bfb8454 /addressbook/gui | |
parent | 408f71b7bfb4bfaab477f366a631808cc61edf5c (diff) | |
download | gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.tar gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.tar.gz gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.tar.bz2 gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.tar.lz gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.tar.xz gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.tar.zst gsoc2013-evolution-9e7473e1de1484de4720205b437f824fb2b0c615.zip |
Print Preview => ContactsPrintPreview. Changed peter's change so that the
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
svn path=/trunk/; revision=10064
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 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"), |