diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-12 06:46:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-12 06:46:58 +0800 |
commit | 0fd45526f9ade69b1209378015c3cd8e9848de49 (patch) | |
tree | ce8e39b0144d74331cc7075cb34a49a9f635deb3 /calendar/gui/tasks-control.c | |
parent | 54ebf885b1dc0211bb2c30d7b58afd32b5a13470 (diff) | |
download | gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.tar gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.tar.gz gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.tar.bz2 gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.tar.lz gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.tar.xz gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.tar.zst gsoc2013-evolution-0fd45526f9ade69b1209378015c3cd8e9848de49.zip |
Update the paths of the Tools menu according to the changes in the XML
* gui/tasks-control.c: Update the paths of the Tools menu
according to the changes in the XML [i.e. things are moved to the
ComponentToolsPlaceholder].
* gui/calendar-commands.c: Likewise.
svn path=/trunk/; revision=11923
Diffstat (limited to 'calendar/gui/tasks-control.c')
-rw-r--r-- | calendar/gui/tasks-control.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index 0a447db78d..3d677ebb09 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -245,12 +245,12 @@ static BonoboUIVerb verbs [] = { }; static EPixmap pixmaps [] = { - E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "evolution-tasks-mini.png"), - E_PIXMAP ("/menu/File/Print/Print", "print.xpm"), - E_PIXMAP ("/menu/File/Print/Print Preview", "print-preview.xpm"), - E_PIXMAP ("/menu/Tools/Component/TasksSettings", "configure_16_calendar.xpm"), - E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.png"), - E_PIXMAP ("/Toolbar/Print", "buttons/print.png"), + E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "evolution-tasks-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_appointment.png"), + E_PIXMAP ("/Toolbar/Print", "buttons/print.png"), E_PIXMAP_END }; |