fix error string
This commit is contained in:
parent
fb593bd0c0
commit
34700c00f6
|
@ -447,8 +447,8 @@ SCH_SHEET* SCH_EAGLE_PLUGIN::Load( const wxString& aFileName, SCHEMATIC* aSchema
|
||||||
|
|
||||||
if(!str.StartsWith(wxT("<?xml")))
|
if(!str.StartsWith(wxT("<?xml")))
|
||||||
{
|
{
|
||||||
THROW_IO_ERROR( wxString::Format( _( "'%s' is an Eagle binary-format schematic file;"
|
THROW_IO_ERROR( wxString::Format( _( "'%s' is an Eagle binary-format schematic file; "
|
||||||
"only Eagle XML-format schematics are supported." ),
|
"only Eagle XML-format schematics can be imported." ),
|
||||||
m_filename.GetFullPath() ) );
|
m_filename.GetFullPath() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue