diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 17:14:47 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 17:14:47 +0800 |
commit | 73fef8a411cb2f1434e8a8e445fb8fb09e4494f2 (patch) | |
tree | 55cb58fa7a98b4bddb98b0d015b83415d339e5c9 | |
parent | f3a934f191abdcbf0177c2b5109b191c7db80062 (diff) | |
download | gsoc2013-evolution-73fef8a411cb2f1434e8a8e445fb8fb09e4494f2.tar.gz gsoc2013-evolution-73fef8a411cb2f1434e8a8e445fb8fb09e4494f2.tar.zst gsoc2013-evolution-73fef8a411cb2f1434e8a8e445fb8fb09e4494f2.zip |
used new_task-16.png and goto-16.png.
2001-08-20 Damon Chaplin <damon@ximian.com>
* gui/tasks-control.c:
* gui/calendar-commands.c (pixmaps): used new_task-16.png and
goto-16.png.
svn path=/trunk/; revision=12275
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/calendar-commands.c | 5 | ||||
-rw-r--r-- | calendar/gui/tasks-control.c | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a28b408a3..736cbaea20 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,11 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> + * gui/tasks-control.c: + * gui/calendar-commands.c (pixmaps): used new_task-16.png and + goto-16.png. + +2001-08-20 Damon Chaplin <damon@ximian.com> + * gui/calendar-commands.c (pixmaps): added delete icons for menu and toolbar. diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 131a0d23d9..1f4017e56b 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -512,7 +512,7 @@ static BonoboUIVerb verbs [] = { static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/New/NewFirstItem/NewAppointment", "new_appointment.xpm"), - E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "task.xpm"), + E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "new_task-16.png"), E_PIXMAP ("/menu/Edit/CutEvent", "16_cut.png"), E_PIXMAP ("/menu/Edit/CopyEvent", "16_copy.png"), E_PIXMAP ("/menu/Edit/PasteEvent", "16_paste.png"), @@ -521,8 +521,9 @@ static EPixmap pixmaps [] = 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", "task.xpm"), + E_PIXMAP ("/menu/ComponentActionsPlaceholder/Actions/NewTask", "new_task-16.png"), E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/CalendarSettings", "configure_16_calendar.xpm"), + E_PIXMAP ("/menu/View/ViewBegin/Goto", "goto-16.png"), E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.png"), E_PIXMAP ("/Toolbar/NewTask", "buttons/new_task.png"), diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index 0613167237..327bc709a1 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -245,7 +245,7 @@ static BonoboUIVerb verbs [] = { }; static EPixmap pixmaps [] = { - E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "task.xpm"), + 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"), |