GNOME Bugzilla – Bug 332230
mnemonics clash in File / New menu
Last modified: 2013-09-13 00:53:13 UTC
File / New * "Mail Message" and "Memo", both use mnemonic M. * "Memo list" and "Task list", both use mnemonic I.
also, "Memo list", "Contact List", "Task list" differ :-)
"i" as a mnemonic should be avoided, by the way, because it is hard to recognize the underline.
change the following: _memo -> mem_o memo l_ist -> memo li_st task l_ist -> tas_k list
Created attachment 66581 [details] [review] clashes resolved as suggested by andre
Created attachment 66901 [details] [review] clashes resolved as suggested by andre
Created attachment 67673 [details] [review] clashes resolved as suggested by andre
committed the patch to CVS HEAD after recompiling and some testing: http://cvs.gnome.org/viewcvs/evolution/calendar/gui/memos-component.c?r1=1.7&r2=1.8 http://cvs.gnome.org/viewcvs/evolution/calendar/gui/tasks-component.c?r1=1.98&r2=1.99 patch will be included in unstable evolution 2.7.4. for future reference, please use YYYY-MM-DD and not YYYY-DD-MM for your changelog entries. thanks a lot!
fixed, obviously.