change Mac preferences key binding to comma instead of semi-colon
svn: r6055
This commit is contained in:
parent
8fc002640c
commit
66c486ff7f
|
@ -729,7 +729,7 @@ void wxSetUpAppleMenu(wxMenuBar *mbar)
|
|||
|
||||
if (!::GetIndMenuItemWithCommandID (NULL, 'pref', 1, &mnu, &idx)) {
|
||||
if (wxCan_Do_Pref()) {
|
||||
::SetMenuItemCommandKey(mnu, idx, FALSE, ';');
|
||||
::SetMenuItemCommandKey(mnu, idx, FALSE, ',');
|
||||
::EnableMenuItem(mnu, idx);
|
||||
} else {
|
||||
::DisableMenuItem(mnu, idx);
|
||||
|
|
Loading…
Reference in New Issue
Block a user