From 92e8573a7ce990ccfe4b36902e51516b1f8fb954 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 28 Jun 2004 08:46:00 +0000 Subject: fix shortcuts. #56746 2004-06-28 Not Zed * gui/component/addressbook-component.c (impl__get_userCreatableItems): fix shortcuts. #56746 svn path=/trunk/; revision=26539 --- addressbook/gui/component/addressbook-component.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 6223164d62..fa1bc10967 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -107,9 +107,9 @@ impl__get_userCreatableItems (PortableServer_Servant servant, list->_buffer[2].id = "address_book"; list->_buffer[2].description = _("New Contacts Group"); - list->_buffer[2].menuDescription = _("_Contacts Group"); + list->_buffer[2].menuDescription = _("Contacts Grou_p"); list->_buffer[2].tooltip = _("Create a new contacts group"); - list->_buffer[2].menuShortcut = 'g'; + list->_buffer[2].menuShortcut = 'p'; list->_buffer[2].iconName = "stock_addressbook"; list->_buffer[2].type = GNOME_Evolution_CREATABLE_FOLDER; -- cgit v1.2.3