diff options
author | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-16 01:32:58 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-16 01:32:58 +0800 |
commit | b59db99208256d602689d6cc1a1b2e36e8cae303 (patch) | |
tree | b2ab91d253390c04bdff88ff152449de39d5c4e4 /ui/evolution-calendar.xml | |
parent | 074035d2159af3b684cb890412ee317ea107c6a5 (diff) | |
download | gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.tar gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.tar.gz gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.tar.bz2 gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.tar.lz gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.tar.xz gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.tar.zst gsoc2013-evolution-b59db99208256d602689d6cc1a1b2e36e8cae303.zip |
Fix for new accel syntax; update bonobo to get working accelerators.
svn path=/trunk/; revision=5457
Diffstat (limited to 'ui/evolution-calendar.xml')
-rw-r--r-- | ui/evolution-calendar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 3832a1cf21..956d6008ef 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -25,7 +25,7 @@ <menuitem name="Print" verb="CalendarPrint" _label="_Print this calendar" pixtype="stock" pixname="Menu_Print" - accel="<Control>p"/> + accel="*Control*p"/> </placeholder> @@ -84,4 +84,4 @@ </dockitem> -</Root>
\ No newline at end of file +</Root> |