diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 14:09:07 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 14:09:07 +0800 |
commit | 365f40c5041c0afed1706ec61bfcc29039691653 (patch) | |
tree | 3684a6c3a29f690ee3927f58f19e62db5a8a0162 | |
parent | fa88272dacec915ac2b96d772848943fc8e0013d (diff) | |
download | gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.tar gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.tar.gz gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.tar.bz2 gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.tar.lz gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.tar.xz gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.tar.zst gsoc2013-evolution-365f40c5041c0afed1706ec61bfcc29039691653.zip |
uses new delete icons in menu & toolbar.
2001-08-20 Damon Chaplin <damon@ximian.com>
* gui/tasks-control.c: uses new delete icons in menu & toolbar.
svn path=/trunk/; revision=12251
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/tasks-control.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 53987443ac..5c632bb195 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2001-08-20 Damon Chaplin <damon@ximian.com> + + * gui/tasks-control.c: uses new delete icons in menu & toolbar. + 2001-08-19 Ettore Perazzoli <ettore@ximian.com> * gui/component-factory.c: Update the folder list to include a diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index c398ee915d..0acc79c7e8 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -249,11 +249,13 @@ static EPixmap pixmaps [] = { 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/Print", "buttons/print.png"), + E_PIXMAP ("/Toolbar/Delete", "buttons/delete-message.png"), E_PIXMAP_END }; |