Fix define check added in dd11f86000

This commit is contained in:
Marek Roszko 2021-07-04 18:50:58 -04:00
parent dd11f86000
commit 8e229a26c8
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ wxMenuItem* ACTION_MENU::Add( ACTION_MENU* aMenu )
void ACTION_MENU::AddClose( wxString aAppname )
{
#ifdef __WINDOWS_
#ifdef __WINDOWS__
Add( _( "Close" ),
wxString::Format( _( "Close %s" ), aAppname ),
wxID_CLOSE,