aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-07-20 06:21:36 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-07-20 06:21:36 +0800
commitd20ac81f624dd26da52a921add73cb96f96cddbb (patch)
treeeaec128a1f36f6de983959c92cd83607e110de1f /calendar/gui
parentaf2110a4c05444cc1c6e2f15c40713b78d147030 (diff)
downloadgsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.tar
gsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.tar.gz
gsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.tar.bz2
gsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.tar.lz
gsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.tar.xz
gsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.tar.zst
gsoc2013-evolution-d20ac81f624dd26da52a921add73cb96f96cddbb.zip
updated to use new print icon.
2001-07-19 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (pixmaps): * gui/calendar-commands.c (pixmaps): updated to use new print icon. svn path=/trunk/; revision=11244
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/calendar-commands.c1
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index b4f55eaa72..0216c15f48 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -508,6 +508,7 @@ static EPixmap pixmaps [] =
E_PIXMAP ("/menu/Tools/Component/CalendarPreferences", "configure_16_calendar.xpm"),
E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.png"),
+ E_PIXMAP ("/Toolbar/Print", "buttons/print.png"),
E_PIXMAP ("/Toolbar/DayView", "buttons/dayview.xpm"),
E_PIXMAP ("/Toolbar/WorkWeekView", "buttons/workweekview.xpm"),
E_PIXMAP ("/Toolbar/WeekView", "buttons/weekview.xpm"),
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index f6c74bb7e3..5f2e315890 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -104,7 +104,7 @@ static EPixmap pixmaps [] =
E_PIXMAP ("/menu/File/FilePrint", "print.xpm"),
E_PIXMAP ("/menu/File/FilePrintPreview", "print-preview.xpm"),
- E_PIXMAP ("/Toolbar/FilePrint", "print.xpm"),
+ E_PIXMAP ("/Toolbar/FilePrint", "buttons/print.png"),
E_PIXMAP ("/Toolbar/FilePrintPreview", "print-preview.xpm"),
E_PIXMAP_END