Fix define check added in dd11f86000
This commit is contained in:
parent
dd11f86000
commit
8e229a26c8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue