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