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:
@@ -183,7 +183,7 @@ wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
|
|||||||
keyCode = WXK_SPACE;
|
keyCode = WXK_SPACE;
|
||||||
else if ( current == wxT("TAB") )
|
else if ( current == wxT("TAB") )
|
||||||
keyCode = WXK_TAB;
|
keyCode = WXK_TAB;
|
||||||
else if ( current == wxT("ESC") || current == wxT("ESCAPE") ) {
|
else if ( current == wxT("ESC") || current == wxT("ESCAPE") )
|
||||||
keyCode = WXK_ESCAPE;
|
keyCode = WXK_ESCAPE;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user