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:
parent
82eba82658
commit
73baf01ab3
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user