aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-09-07 09:07:41 +0800
committerChris Toshok <toshok@src.gnome.org>2001-09-07 09:07:41 +0800
commit0256665bc7e65c13b4026873f8c95fcf3d9251e3 (patch)
tree6a18fbe1d713f8b4b8ae1d3e59e27b32ad7f7e68 /addressbook
parent5acca58af0e1e25c9b50b83918b2bd76d716a8ce (diff)
downloadgsoc2013-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')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index d82d2ad42c..9688f1a1fb 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2001-09-06 Chris Toshok <toshok@ximian.com>
+ * gui/contact-editor/e-contact-editor.c: (pixmaps): change
+ /Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.
+
+2001-09-06 Chris Toshok <toshok@ximian.com>
+
* gui/component/Makefile.am (INCLUDES): add -DEVOLUTION_IMAGESDIR.
* gui/widgets/e-addressbook-view.c (card_deleted_cb): remove
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"),