change Mac preferences key binding to comma instead of semi-colon

svn: r6055
This commit is contained in:
Matthew Flatt 2007-04-27 00:30:12 +00:00
parent 8fc002640c
commit 66c486ff7f

View File

@ -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);