Fix debug assertion on wxWidgets 2.9.3.

This commit is contained in:
Wayne Stambaugh 2011-12-20 10:23:47 -05:00
parent 70443d06a2
commit 1bdcac1aac
1 changed files with 1 additions and 1 deletions

View File

@ -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 )