aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-calendar.xml6
2 files changed, 10 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index e69de29bb2..2374e05399 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -0,0 +1,6 @@
+2003-06-25 Bolian Yin <bolian.yin@sun.com>
+
+ Fixes #45423
+
+ * evolution-calendar.xml: added keyboard shortcuts for "Go to today"
+ and "Go to date" menu/toolbar items. \ No newline at end of file
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index dd06970836..a34e4663f2 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -54,8 +54,10 @@
<submenu name="View">
<placeholder name="ViewBegin">
- <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/>
- <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/>
+ <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"
+ accel="*Control**Alt*t"/>
+ <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date"
+ pixtype="pixbuf" accel="*Control**Alt*g"/>
<separator f="" name="ecal"/>
</placeholder>