From 12cb4aa5b77134ff198566f4c4df52bbfc8d0e1e Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 16 Jan 2006 15:59:03 +0000 Subject: remove shortcut keys (UI Hackfest - See 2006-01-16 Harish Krishnaswamy * mail-component.c: (impl__get_userCreatableItems): remove shortcut keys (UI Hackfest - See http://go-evolution.org/Shortcut_Keys_Review). svn path=/trunk/; revision=31217 --- mail/mail-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-component.c') diff --git a/mail/mail-component.c b/mail/mail-component.c index bfedb644ec..e6eb247b37 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -787,7 +787,7 @@ impl__get_userCreatableItems (PortableServer_Servant servant, CORBA_Environment list->_buffer[1].description = _("New Mail Folder"); list->_buffer[1].menuDescription = _("Mail _Folder"); list->_buffer[1].tooltip = _("Create a new mail folder"); - list->_buffer[1].menuShortcut = 'f'; + list->_buffer[1].menuShortcut = '\0'; list->_buffer[1].iconName = "stock_new-dir"; list->_buffer[1].type = GNOME_Evolution_CREATABLE_FOLDER; -- cgit v1.2.3