aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
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 /calendar
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 'calendar')
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 89aef53cf7..e53f99a74a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-07 Dan Winship <danw@novell.com>
+
+ * gui/dialogs/comp-editor.c (pixmaps): s/stock_save_as/stock_save-as/
+
2004-06-07 Rodrigo Moya <rodrigo@novell.com>
* gui/e-tasks.c (e_tasks_add_todo_source): open task lists
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 7f67beb2a0..96f58a3025 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -124,7 +124,7 @@ static EPixmap pixmaps [] =
{
E_PIXMAP ("/menu/File/FileSave", "stock_save", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/FileSaveAndClose", "stock_save", E_ICON_SIZE_MENU),
- E_PIXMAP ("/menu/File/FileSaveAs", "stock_save_as", E_ICON_SIZE_MENU),
+ E_PIXMAP ("/menu/File/FileSaveAs", "stock_save-as", E_ICON_SIZE_MENU),
E_PIXMAP ("/menu/File/FileDelete", "stock_delete", E_ICON_SIZE_MENU),