aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@ximian.com>2001-08-14 06:50:38 +0800
committerAnna Dirks <anna@src.gnome.org>2001-08-14 06:50:38 +0800
commit9d9a22881ed11744d68d4fecd7fffb2fa5330756 (patch)
treed441cec85e4b04c3da9808eec94c846008538cf8 /ui
parent6e2db6b3bd951c62ae11dab8f0ba9f4611470c6e (diff)
downloadgsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar
gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.gz
gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.bz2
gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.lz
gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.xz
gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.tar.zst
gsoc2013-evolution-9d9a22881ed11744d68d4fecd7fffb2fa5330756.zip
applied Neil Conway's <nconway@klamath.dyndns.org> menu-improvement patch.
2001-08-13 Anna Marie Dirks <anna@ximian.com> * evolution-calendar.xml : applied Neil Conway's <nconway@klamath.dyndns.org> menu-improvement patch. * evolution-tasks.xml : same as above. svn path=/trunk/; revision=11975
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog7
-rw-r--r--ui/evolution-calendar.xml6
-rw-r--r--ui/evolution-tasks.xml2
3 files changed, 11 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 4562dd19aa..e8a7bce1c2 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,10 @@
+2001-08-13 Anna Marie Dirks <anna@ximian.com>
+
+ * evolution-calendar.xml : applied Neil Conway's
+ <nconway@klamath.dyndns.org> menu-improvement patch.
+
+ * evolution-tasks.xml : same as above.
+
2001-08-13 Iain Holmes <iain@ximian.com>
* my-evolution.xml: Set the label for Print to be shown on priority.
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index 5a929e79ad..a7f67e65f5 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -44,10 +44,10 @@
<placeholder name="Print">
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
- _label="Print Preview" pixtype="pixbuf"/>
+ _label="Print Pre_view" pixtype="pixbuf"/>
- <menuitem name="Print" verb="CalendarPrint"
- _label="_Print..." _tip="Print calendar" pixtype="pixbuf"/>
+ <menuitem name="Print" verb="CalendarPrint" accel="*Control*p"
+ _label="_Print Calendar..." pixtype="pixbuf"/>
</placeholder>
</submenu>
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index bd4ffdb998..c2d0c94eba 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -46,7 +46,7 @@
pixtype="pixbuf"/>
<menuitem name="Print" verb="TasksPrint"
- _label="_Print"
+ _label="_Print Task..."
pixtype="pixbuf"
accel="*Control*p"/>