Split IO_ERROR out of richio.* and store Problem() and Where() separately
This commit is contained in:
parent
9ad49dc2d1
commit
964b5a1830
|
@ -302,7 +302,7 @@ void DIALOG_BOM::installPluginsList()
|
|||
}
|
||||
catch( const IO_ERROR& ioe )
|
||||
{
|
||||
// wxLogMessage( ioe.errorText );
|
||||
// wxLogMessage( ioe.What() );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue