remove shortcut keys (UI Hackfest - See
2006-01-16 Harish Krishnaswamy <kharish@novell.com> * mail-component.c: (impl__get_userCreatableItems): remove shortcut keys (UI Hackfest - See http://go-evolution.org/Shortcut_Keys_Review). svn path=/trunk/; revision=31217
This commit is contained in:
committed by
Harish Krishnaswamy
parent
20a6d19355
commit
12cb4aa5b7
@ -1,3 +1,9 @@
|
||||
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
|
||||
|
||||
* mail-component.c: (impl__get_userCreatableItems):
|
||||
remove shortcut keys (UI Hackfest -
|
||||
See http://go-evolution.org/Shortcut_Keys_Review).
|
||||
|
||||
2006-01-16 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** Fixes bug #326877
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user