From 15acd02d4a9dd0d844f2159e280a43634e3ad060 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 16 Jan 2006 15:55:29 +0000 Subject: i2006-01-16 Harish Krishnaswamy * gui/component/addressbook-component.c: (impl__get_userCreatableItems): remove shortcut keys (UI Hackfest - See http://go-evolution.org/Shortcut_Keys_Review). svn path=/trunk/; revision=31215 --- addressbook/gui/component/addressbook-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 9fd0180449..b1928669c2 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -242,7 +242,7 @@ impl__get_userCreatableItems (PortableServer_Servant servant, list->_buffer[2].description = _("New Address Book"); list->_buffer[2].menuDescription = _("Address _Book"); list->_buffer[2].tooltip = _("Create a new address book"); - list->_buffer[2].menuShortcut = 'b'; + list->_buffer[2].menuShortcut = '\0'; list->_buffer[2].iconName = "stock_addressbook"; list->_buffer[2].type = GNOME_Evolution_CREATABLE_FOLDER; -- cgit v1.2.3