Commit 1cb1e88e authored by Wayne Stambaugh's avatar Wayne Stambaugh
Browse files

Fix wxWidgets 2.8 build error.

parent 375310f2
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -299,7 +299,8 @@ this file again." ) );
        }
        }
    }
    }
    catch( IO_ERROR ioe )
    catch( IO_ERROR ioe )
    {wxMessageBox("catch");
    {
        wxMessageBox( _( "catch" ) );
        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" ), wxOK | wxICON_ERROR );
        wxMessageBox( msg, _( "Open Board File" ), wxOK | wxICON_ERROR );