Browse Source

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

pull/3/merge
Dick Hollenbeck 9 years ago
committed by Wayne Stambaugh
parent
commit
964b5a1830
  1. 2
      eeschema/dialogs/dialog_bom.cpp

2
eeschema/dialogs/dialog_bom.cpp

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

Loading…
Cancel
Save