From 92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sun, 19 Aug 2001 02:44:28 +0000 Subject: used new Save/Save As icons. 2001-08-18 Damon Chaplin * 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 --- calendar/gui/dialogs/comp-editor.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'calendar/gui/dialogs/comp-editor.c') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 2cbf403cd3..afc061e4d2 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -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"), -- cgit v1.2.3