compilation fix (sorry)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-05-10 11:43:39 +00:00
parent 82eba82658
commit 73baf01ab3

View 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
{