diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-16 23:57:02 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-16 23:57:02 +0800 |
commit | 20a6d1935515f9ca4cb6317f386e8eb644b81547 (patch) | |
tree | f1a9dd3916b0af916183f8ae95026d391ea0b80c /calendar/gui/memos-component.c | |
parent | 15acd02d4a9dd0d844f2159e280a43634e3ad060 (diff) | |
download | gsoc2013-evolution-20a6d1935515f9ca4cb6317f386e8eb644b81547.tar.gz gsoc2013-evolution-20a6d1935515f9ca4cb6317f386e8eb644b81547.tar.zst gsoc2013-evolution-20a6d1935515f9ca4cb6317f386e8eb644b81547.zip |
remove shortcut keys (UI Hackfest - See
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* gui/calendar-component.c: (impl__get_userCreatableItems):
* gui/memos-component.c: (impl__get_userCreatableItems):
* gui/tasks-component.c: (impl__get_userCreatableItems):
remove shortcut keys (UI Hackfest -
See http://go-evolution.org/Shortcut_Keys_Review).
svn path=/trunk/; revision=31216
Diffstat (limited to 'calendar/gui/memos-component.c')
-rw-r--r-- | calendar/gui/memos-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/memos-component.c b/calendar/gui/memos-component.c index 81f5fd1f47..04178500cb 100644 --- a/calendar/gui/memos-component.c +++ b/calendar/gui/memos-component.c @@ -1166,7 +1166,7 @@ impl__get_userCreatableItems (PortableServer_Servant servant, list->_buffer[1].description = _("New memo list"); list->_buffer[1].menuDescription = _("Memo l_ist"); list->_buffer[1].tooltip = _("Create a new memo list"); - list->_buffer[1].menuShortcut = 'i'; + list->_buffer[1].menuShortcut = '\0'; list->_buffer[1].iconName = "stock_notes"; list->_buffer[1].type = GNOME_Evolution_CREATABLE_FOLDER; |