used new Save/Save As icons.
2001-08-18 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (pixmaps): used new Save/Save As icons. * gui/tasks-control.c: * gui/calendar-commands.c (pixmaps): added new Cut/Copy/Paste icons, and changed the 'New Task' icon to use the bigger one I made. svn path=/trunk/; revision=12214
This commit is contained in:
committed by
Damon Chaplin
parent
8c9ee34262
commit
92f1432df4
@ -1,3 +1,11 @@
|
||||
2001-08-18 Damon Chaplin <damon@ximian.com>
|
||||
|
||||
* gui/dialogs/comp-editor.c (pixmaps): used new Save/Save As icons.
|
||||
|
||||
* gui/tasks-control.c:
|
||||
* gui/calendar-commands.c (pixmaps): added new Cut/Copy/Paste icons,
|
||||
and changed the 'New Task' icon to use the bigger one I made.
|
||||
|
||||
2001-08-05 Zbigniew Chyla <cyba@gnome.pl>
|
||||
|
||||
* gui/dialogs/task-page.c (summary_changed_cb):
|
||||
|
||||
@ -513,6 +513,9 @@ 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/Edit/CutEvent", "16_cut.png"),
|
||||
E_PIXMAP ("/menu/Edit/CopyEvent", "16_copy.png"),
|
||||
E_PIXMAP ("/menu/Edit/PasteEvent", "16_paste.png"),
|
||||
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"),
|
||||
@ -521,7 +524,7 @@ static EPixmap pixmaps [] =
|
||||
E_PIXMAP ("/menu/ComponentToolsPlaceholder/Tools/CalendarSettings", "configure_16_calendar.xpm"),
|
||||
|
||||
E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.png"),
|
||||
E_PIXMAP ("/Toolbar/NewTask", "task.xpm"),
|
||||
E_PIXMAP ("/Toolbar/NewTask", "buttons/new_task.png"),
|
||||
E_PIXMAP ("/Toolbar/Print", "buttons/print.png"),
|
||||
E_PIXMAP ("/Toolbar/Prev", "buttons/arrow-left-24.png"),
|
||||
E_PIXMAP ("/Toolbar/Next", "buttons/arrow-right-24.png"),
|
||||
|
||||
@ -104,9 +104,14 @@ static gint delete_event_cb (GtkWidget *widget, GdkEvent *event, gpointer data);
|
||||
|
||||
static EPixmap pixmaps [] =
|
||||
{
|
||||
E_PIXMAP ("/menu/File/FileSave", "save-16.png"),
|
||||
E_PIXMAP ("/menu/File/FileSaveAndClose", "save-16.png"),
|
||||
E_PIXMAP ("/menu/File/FileSaveAs", "save-as-16.png"),
|
||||
|
||||
E_PIXMAP ("/menu/File/FilePrint", "print.xpm"),
|
||||
E_PIXMAP ("/menu/File/FilePrintPreview", "print-preview.xpm"),
|
||||
|
||||
E_PIXMAP ("/Toolbar/FileSaveAndClose", "save-16.png"),
|
||||
E_PIXMAP ("/Toolbar/FilePrint", "buttons/print.png"),
|
||||
E_PIXMAP ("/Toolbar/FilePrintPreview", "buttons/print-preview-24.png"),
|
||||
|
||||
|
||||
@ -245,11 +245,14 @@ static BonoboUIVerb verbs [] = {
|
||||
};
|
||||
|
||||
static EPixmap pixmaps [] = {
|
||||
E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "evolution-tasks-mini.png"),
|
||||
E_PIXMAP ("/menu/File/New/NewFirstItem/NewTask", "task.xpm"),
|
||||
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/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/New", "buttons/new_task.png"),
|
||||
E_PIXMAP ("/Toolbar/Print", "buttons/print.png"),
|
||||
E_PIXMAP_END
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user