Fix debug assertion on wxWidgets 2.9.3.
This commit is contained in:
parent
d41b81fc3b
commit
81d3487244
|
@ -302,7 +302,7 @@ this file again." ) );
|
|||
{
|
||||
wxString msg = wxString::Format( _( "Error loading board.\n%s" ),
|
||||
ioe.errorText.GetData() );
|
||||
wxMessageBox( msg, _( "Open Board File" ), wxICON_ERROR );
|
||||
wxMessageBox( msg, _( "Open Board File" ), wxICON_ERROR | wxOK );
|
||||
}
|
||||
|
||||
if( !aAppend )
|
||||
|
|
Loading…
Reference in New Issue