Commit 81d34872 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix debug assertion on wxWidgets 2.9.3.

parent d41b81fc
...@@ -302,7 +302,7 @@ this file again." ) ); ...@@ -302,7 +302,7 @@ this file again." ) );
{ {
wxString msg = wxString::Format( _( "Error loading board.\n%s" ), wxString msg = wxString::Format( _( "Error loading board.\n%s" ),
ioe.errorText.GetData() ); ioe.errorText.GetData() );
wxMessageBox( msg, _( "Open Board File" ), wxICON_ERROR ); wxMessageBox( msg, _( "Open Board File" ), wxICON_ERROR | wxOK );
} }
if( !aAppend ) if( !aAppend )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment