temporary fix until tomorrow

This commit is contained in:
Dick Hollenbeck 2011-01-29 16:04:51 -06:00
parent 4a34bf0d9d
commit bf5c8f55e1
1 changed files with 2 additions and 0 deletions

View File

@ -327,11 +327,13 @@ int WinEDA_BasePcbFrame::ReadSetup( LINE_READER* aReader )
} }
catch( IO_ERROR& e ) catch( IO_ERROR& e )
{ {
#if 0
wxString msg; wxString msg;
msg.Printf( wxT( "Error reading PcbPlotParams from %s:\n%s" ), msg.Printf( wxT( "Error reading PcbPlotParams from %s:\n%s" ),
aReader->GetSource().GetData(), aReader->GetSource().GetData(),
e.errorText.GetData() ); e.errorText.GetData() );
wxMessageBox( msg, wxT( "Open Board File" ), wxICON_ERROR ); wxMessageBox( msg, wxT( "Open Board File" ), wxICON_ERROR );
#endif
} }
continue; continue;