mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user