Commit bf5c8f55 authored by Dick Hollenbeck's avatar Dick Hollenbeck

temporary fix until tomorrow

parent 4a34bf0d
...@@ -327,11 +327,13 @@ int WinEDA_BasePcbFrame::ReadSetup( LINE_READER* aReader ) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment