]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
Corrected some wxAccessible mistakes
[wxWidgets.git] / src / common / menucmn.cpp
index 5b224a1ddfb4b04777625082546acbf468900aa4..ad77746cc985bf2bd97bb05d1bab581be8a75baa 100644 (file)
@@ -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
                     {