aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-08-19 10:44:28 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-08-19 10:44:28 +0800
commit92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9 (patch)
treec0e8cefb21c78933bcfad1efc5c838eb75d22e3d
parent8c9ee34262ef869ba257b36935f35c26866936f6 (diff)
downloadgsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.tar
gsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.tar.gz
gsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.tar.bz2
gsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.tar.lz
gsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.tar.xz
gsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.tar.zst
gsoc2013-evolution-92f1432df4f26f0fdffdf2d6a19f4fe52307e3e9.zip
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
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/calendar-commands.c5
-rw-r--r--calendar/gui/dialogs/comp-editor.c5
-rw-r--r--calendar/gui/tasks-control.c7
4 files changed, 22 insertions, 3 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 48915a15c9..2687d1c4ae 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -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):
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 7c10f906e2..c572777e28 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -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"),
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"),
diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c
index 3d677ebb09..c398ee915d 100644
--- a/calendar/gui/tasks-control.c
+++ b/calendar/gui/tasks-control.c
@@ -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
};