diff options
author | Bolian Yin <bolian.yin@sun.com> | 2003-06-26 00:12:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-06-26 00:12:12 +0800 |
commit | 5903eebf69a91b975e1adaba6d48c31680a791f5 (patch) | |
tree | addcba86d8642705f896a3fc677d920f9f062524 /ui | |
parent | 471f855b570632700786b3cb436f04682373bc89 (diff) | |
download | gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.tar gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.tar.gz gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.tar.bz2 gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.tar.lz gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.tar.xz gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.tar.zst gsoc2013-evolution-5903eebf69a91b975e1adaba6d48c31680a791f5.zip |
Fixes #45423
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.
svn path=/trunk/; revision=21539
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 6 |
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> |