diff options
author | Chris Toshok <toshok@ximian.com> | 2001-09-07 09:07:41 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-09-07 09:07:41 +0800 |
commit | 0256665bc7e65c13b4026873f8c95fcf3d9251e3 (patch) | |
tree | 6a18fbe1d713f8b4b8ae1d3e59e27b32ad7f7e68 /addressbook/gui/contact-editor | |
parent | 5acca58af0e1e25c9b50b83918b2bd76d716a8ce (diff) | |
download | gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.tar gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.tar.gz gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.tar.bz2 gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.tar.lz gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.tar.xz gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.tar.zst gsoc2013-evolution-0256665bc7e65c13b4026873f8c95fcf3d9251e3.zip |
change /Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.
2001-09-06 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c: (pixmaps): change
/Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.
svn path=/trunk/; revision=12665
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index c313e5720a..6b8f39d61b 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1063,7 +1063,7 @@ EPixmap pixmaps[] = { #if 0 /* Envelope printing is disabled for Evolution 1.0. */ E_PIXMAP ("/commands/ContactEditorPrintEnvelope", "print.xpm"), #endif - E_PIXMAP ("/Toolbar/ContactEditorSave", "buttons/save-24.png"), + E_PIXMAP ("/Toolbar/ContactEditorSaveClose", "buttons/save-24.png"), E_PIXMAP ("/Toolbar/ContactEditorDelete", "buttons/delete-message.png"), E_PIXMAP ("/Toolbar/ContactEditorPrint", "buttons/print.png"), |