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
This commit is contained in:
Damon Chaplin
2001-08-20 09:14:47 +00:00
committed by Damon Chaplin
parent f3a934f191
commit 73fef8a411
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -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"),

View File

@ -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"),