Split IO_ERROR out of richio.* and store Problem() and Where() separately

This commit is contained in:
Dick Hollenbeck 2016-09-14 17:38:52 -05:00 committed by Wayne Stambaugh
parent 9ad49dc2d1
commit 964b5a1830
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ void DIALOG_BOM::installPluginsList()
}
catch( const IO_ERROR& ioe )
{
// wxLogMessage( ioe.errorText );
// wxLogMessage( ioe.What() );
}
}