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
This commit is contained in:
Bolian Yin
2003-06-25 16:12:12 +00:00
committed by Rodrigo Moya
parent 471f855b57
commit 5903eebf69
2 changed files with 10 additions and 2 deletions

View File

@ -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.

View File

@ -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>