aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-06-07 23:36:39 +0800
committerDan Winship <danw@src.gnome.org>2004-06-07 23:36:39 +0800
commit756eadbdf3ea62a178d19252c2835cd95e367f91 (patch)
treec65e0e6928fc575465a4e26b3b655230608a52dd /addressbook/gui
parent94ab074ae6bb7fc8274c4201e53f6890dd357d5e (diff)
downloadgsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.tar
gsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.tar.gz
gsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.tar.bz2
gsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.tar.lz
gsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.tar.xz
gsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.tar.zst
gsoc2013-evolution-756eadbdf3ea62a178d19252c2835cd95e367f91.zip
fix the name of "stock_save-as" everywhere
svn path=/trunk/; revision=26237
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c
index ce0003cc03..a86c094dcc 100644
--- a/addressbook/gui/component/addressbook-view.c
+++ b/addressbook/gui/component/addressbook-view.c
@@ -423,7 +423,7 @@ static BonoboUIVerb verbs [] = {
};
static EPixmap pixmaps [] = {
- E_PIXMAP ("/menu/File/FileOps/ContactsSaveAsVCard", "stock_save_as", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/menu/File/FileOps/ContactsSaveAsVCard", "stock_save-as", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/Print/ContactsPrint", "stock_print", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/Print/ContactsPrintPreview", "stock_print-preview", E_ICON_SIZE_MENU),