aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-28 07:12:21 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-28 07:12:21 +0800
commit7c878cdd1d64fcbe8a6684fedc61393062794a40 (patch)
treec05cf8e09f306252ce226cfe694054173b51cd36
parentef04657851b225eb1ee53ea8cc9220c42471200e (diff)
downloadgsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.tar
gsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.tar.gz
gsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.tar.bz2
gsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.tar.lz
gsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.tar.xz
gsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.tar.zst
gsoc2013-evolution-7c878cdd1d64fcbe8a6684fedc61393062794a40.zip
Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->
* gui/calendar-commands.c (pixmaps): Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools -> /menu/Tools/ComponentPlaceholder . * gui/tasks-control.c: Likewise. svn path=/trunk/; revision=13204
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/calendar-commands.c6
-rw-r--r--calendar/gui/tasks-control.c26
3 files changed, 23 insertions, 16 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index fef66bcf9f..d517ae32b1 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-27 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/calendar-commands.c (pixmaps): Update pixmap menu paths;
+ /menu/ComponentToolsPlaceholder/Tools ->
+ /menu/Tools/ComponentPlaceholder .
+ * gui/tasks-control.c: Likewise.
+
2001-09-27 Rodrigo Moya <rodrigo@ximian.com>
* idl/evolution-calendar.idl: added InvalidURI and UnsupportedMethod
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 3fe7e4bdae..1f3e5b26f4 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -582,9 +582,9 @@ static EPixmap pixmaps [] =
E_PIXMAP ("/menu/File/Print/Print", "print.xpm"),
E_PIXMAP ("/menu/File/Print/PrintPreview", "print-preview.xpm"),
E_PIXMAP ("/menu/ComponentActionsPlaceholder/Actions/NewAppointment", "new_appointment.xpm"),
- E_PIXMAP ("/menu/ComponentActionsPlaceholder/Actions/NewEvent", "new_appointment.xpm"),
- E_PIXMAP ("/menu/ComponentActionsPlaceholder/Actions/NewTask", "new_task-16.png"),
- E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/CalendarSettings", "configure_16_calendar.xpm"),
+ E_PIXMAP ("/menu/ComponentActionsPlaceholder/Actions/NewEvent", "new_appointment.xpm"),
+ E_PIXMAP ("/menu/ComponentActionsPlaceholder/Actions/NewTask", "new_task-16.png"),
+ E_PIXMAP ("/menu/Tools/ComponentPlaceholder/CalendarSettings", "configure_16_calendar.xpm"),
E_PIXMAP ("/menu/View/ViewBegin/Goto", "goto-16.png"),
E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.png"),
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c
index c6b9510d49..5aba50c81c 100644
--- a/calendar/gui/tasks-control.c
+++ b/calendar/gui/tasks-control.c
@@ -245,19 +245,19 @@ static BonoboUIVerb verbs [] = {
};
static EPixmap pixmaps [] = {
- E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "new_task-16.png"),
- E_PIXMAP ("/menu/Edit/Cut", "16_cut.png"),
- E_PIXMAP ("/menu/Edit/Copy", "16_copy.png"),
- E_PIXMAP ("/menu/Edit/Paste", "16_paste.png"),
- E_PIXMAP ("/menu/Edit/Delete", "evolution-trash-mini.png"),
- E_PIXMAP ("/menu/File/Print/Print", "print.xpm"),
- E_PIXMAP ("/menu/File/Print/Print Preview", "print-preview.xpm"),
- E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/TasksSettings", "configure_16_calendar.xpm"),
- E_PIXMAP ("/Toolbar/New", "buttons/new_task.png"),
- E_PIXMAP ("/Toolbar/Cut", "buttons/cut.png"),
- E_PIXMAP ("/Toolbar/Copy", "buttons/copy.png"),
- E_PIXMAP ("/Toolbar/Paste", "buttons/paste.png"),
- E_PIXMAP ("/Toolbar/Delete", "buttons/delete-message.png"),
+ E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "new_task-16.png"),
+ E_PIXMAP ("/menu/Edit/Cut", "16_cut.png"),
+ E_PIXMAP ("/menu/Edit/Copy", "16_copy.png"),
+ E_PIXMAP ("/menu/Edit/Paste", "16_paste.png"),
+ E_PIXMAP ("/menu/Edit/Delete", "evolution-trash-mini.png"),
+ E_PIXMAP ("/menu/File/Print/Print", "print.xpm"),
+ E_PIXMAP ("/menu/File/Print/Print Preview", "print-preview.xpm"),
+ E_PIXMAP ("/menu/Tools/ComponentPlaceholder/TasksSettings", "configure_16_calendar.xpm"),
+ E_PIXMAP ("/Toolbar/New", "buttons/new_task.png"),
+ E_PIXMAP ("/Toolbar/Cut", "buttons/cut.png"),
+ E_PIXMAP ("/Toolbar/Copy", "buttons/copy.png"),
+ E_PIXMAP ("/Toolbar/Paste", "buttons/paste.png"),
+ E_PIXMAP ("/Toolbar/Delete", "buttons/delete-message.png"),
E_PIXMAP_END
};