aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
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 /calendar/gui/calendar-commands.c
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
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c6
1 files changed, 3 insertions, 3 deletions
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"),