[evolution-patches] add missing labels to dock items
- From: William Jon McCann <mccannwj pha jhu edu>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] add missing labels to dock items
- Date: Wed, 31 Mar 2004 01:06:34 -0500
Hi,
Here is a patch that adds missing labels to calendar and task dock items.
Please let me know if this is ok.
Thanks,
Jon
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ui/ChangeLog,v
retrieving revision 1.384
diff -p -u -r1.384 ChangeLog
--- ChangeLog 30 Mar 2004 21:39:27 -0000 1.384
+++ ChangeLog 31 Mar 2004 06:02:05 -0000
@@ -1,3 +1,8 @@
+2004-03-31 William Jon McCann <mccann jhu edu>
+
+ * evolution-tasks.xml:
+ * evolution-calendar.xml: add missing labels to dock items.
+
2004-03-30 Chris Toshok <toshok ximian com>
[ part of fix for bug #53634 ]
Index: evolution-calendar.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution-calendar.xml,v
retrieving revision 1.67
diff -p -u -r1.67 evolution-calendar.xml
--- evolution-calendar.xml 29 Mar 2004 15:25:43 -0000 1.67
+++ evolution-calendar.xml 31 Mar 2004 06:02:05 -0000
@@ -78,14 +78,14 @@
<dockitem name="Toolbar">
- <toolitem name="Print" verb="CalendarPrint"/>
- <toolitem name="Delete" verb=""/>
+ <toolitem name="Print" verb="CalendarPrint" _label="Print"/>
+ <toolitem name="Delete" verb="" _label="Delete"/>
<separator f="" name="ecal2"/>
- <toolitem name="Prev" verb="CalendarPrev"/>
- <toolitem name="Today" verb="CalendarToday"/>
- <toolitem name="Next" verb="CalendarNext"/>
+ <toolitem name="Prev" verb="CalendarPrev" _label="Previous"/>
+ <toolitem name="Today" verb="CalendarToday" _label="Today"/>
+ <toolitem name="Next" verb="CalendarNext" _label="Next"/>
<separator f="" name="ecal3"/>
Index: evolution-tasks.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution-tasks.xml,v
retrieving revision 1.33
diff -p -u -r1.33 evolution-tasks.xml
--- evolution-tasks.xml 6 Jan 2004 06:02:45 -0000 1.33
+++ evolution-tasks.xml 31 Mar 2004 06:02:05 -0000
@@ -60,9 +60,9 @@
<separator/>
- <toolitem name="Delete" verb="TasksDelete"/>
+ <toolitem name="Delete" _label="Delete" verb="TasksDelete"/>
- <toolitem name="Print" verb="TasksPrint"/>
+ <toolitem name="Print" _label="Print" verb="TasksPrint"/>
</dockitem>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]