X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41b78190adf985fa6e91a34aba76b1693a8ffc72..a37e4a071ce9bbd6825fb6c6a03154d4318d2cff:/src/common/menucmn.cpp diff --git a/src/common/menucmn.cpp b/src/common/menucmn.cpp index 5b224a1ddf..ad77746cc9 100644 --- a/src/common/menucmn.cpp +++ b/src/common/menucmn.cpp @@ -183,7 +183,7 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label) keyCode = WXK_SPACE; else if ( current == wxT("TAB") ) keyCode = WXK_TAB; - else if ( current == wxT("ESC") || current == wxT("ESCAPE") ) { + else if ( current == wxT("ESC") || current == wxT("ESCAPE") ) keyCode = WXK_ESCAPE; else {