Commented out WXK_CONTROL....

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2003-12-16 18:22:49 +00:00
parent 6613dc3fd6
commit 0643659a4e
2 changed files with 4 additions and 4 deletions

View File

@@ -1770,8 +1770,8 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
case WXK_CAPITAL: case WXK_CAPITAL:
return alphaLock; return alphaLock;
case WXK_OPTION: // case WXK_OPTION:
return optionKey; // return optionKey;
case WXK_CONTROL: case WXK_CONTROL:
return controlKey; return controlKey;

View File

@@ -1770,8 +1770,8 @@ int wxKeyCodeToMacModifier(wxKeyCode key)
case WXK_CAPITAL: case WXK_CAPITAL:
return alphaLock; return alphaLock;
case WXK_OPTION: // case WXK_OPTION:
return optionKey; // return optionKey;
case WXK_CONTROL: case WXK_CONTROL:
return controlKey; return controlKey;