aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-08-15 03:01:35 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-08-15 03:01:35 +0800
commit0bb739e1a82acabe9a325b9b7c789b2183114792 (patch)
tree6373c78dac97dff0814704a3b06433c89b34f661 /ui
parent7522cb7a4ecfba0e01fcffc468c0d172c1ecc10d (diff)
downloadgsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.tar
gsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.tar.gz
gsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.tar.bz2
gsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.tar.lz
gsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.tar.xz
gsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.tar.zst
gsoc2013-evolution-0bb739e1a82acabe9a325b9b7c789b2183114792.zip
Add Tigert's new icons for Prev and Next.
2001-08-14 Federico Mena Quintero <federico@ximian.com> * evolution-calendar.xml: Add Tigert's new icons for Prev and Next. svn path=/trunk/; revision=12026
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-calendar.xml8
2 files changed, 8 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f3cbe3d5f8..2da86b553d 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-14 Federico Mena Quintero <federico@ximian.com>
+
+ * evolution-calendar.xml: Add Tigert's new icons for Prev and Next.
+
2001-08-14 Christopher James Lahey <clahey@ximian.com>
* evolution-addressbook.xml: Rearranged this Edit menu to fit the
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 28b8e6e3ff..96b76be2ef 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -9,9 +9,9 @@
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
<cmd name="CalendarSettings" _tip="Configure the calendar's settings"/>
- <cmd name="CalendarPrev" _tip="Go back" pixtype="stock" pixname="Back"/>
+ <cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/>
<cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/>
- <cmd name="CalendarNext" _tip="Go forward" pixtype="stock" pixname="Forward"/>
+ <cmd name="CalendarNext" _tip="Go forward" pixtype="pixbuf"/>
<cmd name="CalendarGoto" _tip="Go to a specific date" pixtype="stock" pixname="Jump To"/>
<cmd name="ShowDayView" _tip="Show one day" pixtype="pixbuf"/>
@@ -97,9 +97,9 @@
<separator/>
- <toolitem name="Prev" verb="CalendarPrev"/>
+ <toolitem name="Prev" verb="CalendarPrev" pixtype="pixbuf"/>
<toolitem name="Today" verb="CalendarToday"/>
- <toolitem name="Next" verb="CalendarNext"/>
+ <toolitem name="Next" verb="CalendarNext" pixtype="pixbuf"/>
<separator/>