aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-08-15 03:02:30 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-08-15 03:02:30 +0800
commit49a66cc2a1e98f91ad4a167553ef32708cd96864 (patch)
tree561de29364831392d9115b17bc6e67841b485eec /calendar
parent0bb739e1a82acabe9a325b9b7c789b2183114792 (diff)
downloadgsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.tar
gsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.tar.gz
gsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.tar.bz2
gsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.tar.lz
gsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.tar.xz
gsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.tar.zst
gsoc2013-evolution-49a66cc2a1e98f91ad4a167553ef32708cd96864.zip
Added Tigert's new icons for Prev and Next.
2001-08-14 Federico Mena Quintero <federico@ximian.com> * gui/calendar-commands.c (pixmaps): Added Tigert's new icons for Prev and Next. svn path=/trunk/; revision=12027
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/calendar-commands.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c258bfe192..991674ba42 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,10 @@
2001-08-14 Federico Mena Quintero <federico@ximian.com>
+ * gui/calendar-commands.c (pixmaps): Added Tigert's new icons for
+ Prev and Next.
+
+2001-08-14 Federico Mena Quintero <federico@ximian.com>
+
* gui/cal-search-bar.c (make_suboptions): Make the "Any Category"
item consistent with the one in the addressbook. Also, free the
items correctly.
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index bbece6dc90..b9e1ec7bb4 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -507,6 +507,8 @@ static EPixmap pixmaps [] =
E_PIXMAP ("/Toolbar/New", "buttons/new_appointment.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"),
E_PIXMAP ("/Toolbar/DayView", "buttons/dayview.xpm"),
E_PIXMAP ("/Toolbar/WorkWeekView", "buttons/workweekview.xpm"),
E_PIXMAP ("/Toolbar/WeekView", "buttons/weekview.xpm"),