aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-28 16:47:08 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-28 16:47:08 +0800
commitded907d9654c4a2be0bbf704cd955475816ee20b (patch)
tree188f6f676f15a43fa110ec7dd4535b2f2ba8af7b /calendar/gui/calendar-component.c
parent92e8573a7ce990ccfe4b36902e51516b1f8fb954 (diff)
downloadgsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.tar
gsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.tar.gz
gsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.tar.bz2
gsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.tar.lz
gsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.tar.xz
gsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.tar.zst
gsoc2013-evolution-ded907d9654c4a2be0bbf704cd955475816ee20b.zip
same.
2004-06-28 Not Zed <NotZed@Ximian.com> * gui/tasks-component.c (impl__get_userCreatableItems): same. * gui/calendar-component.c (impl__get_userCreatableItems): fix up shortcuts. #56746. svn path=/trunk/; revision=26540
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 4bf64da90f..6b84eac36f 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -1246,9 +1246,9 @@ impl__get_userCreatableItems (PortableServer_Servant servant,
list->_buffer[3].id = CREATE_CALENDAR_ID;
list->_buffer[3].description = _("New calendar");
- list->_buffer[3].menuDescription = _("C_alendar");
+ list->_buffer[3].menuDescription = _("Cale_ndar");
list->_buffer[3].tooltip = _("Create a new calendar");
- list->_buffer[3].menuShortcut = 'a';
+ list->_buffer[3].menuShortcut = 'n';
list->_buffer[3].iconName = "stock_calendar";
list->_buffer[3].type = GNOME_Evolution_CREATABLE_FOLDER;