Split IO_ERROR out of richio.* and store Problem() and Where() separately
This commit is contained in:
committed by
Wayne Stambaugh
parent
9761c881e2
commit
9ad49dc2d1
@@ -89,7 +89,7 @@ void DIALOG_PLOT_SCHEMATIC::CreateDXFFile( bool aPlotAll, bool aPlotFrameRef )
|
||||
}
|
||||
catch( IO_ERROR& e )
|
||||
{
|
||||
msg.Printf( wxT( "DXF Plotter exception: %s"), GetChars( e.errorText ) );
|
||||
msg.Printf( wxT( "DXF Plotter exception: %s"), GetChars( e.What() ) );
|
||||
reporter.Report( msg, REPORTER::RPT_ERROR );
|
||||
schframe->SetCurrentSheet( oldsheetpath );
|
||||
schframe->GetCurrentSheet().UpdateAllScreenReferences();
|
||||
|
||||
Reference in New Issue
Block a user