CADSTAR Schematic Archive Importer: Simplify symbol library name
This commit is contained in:
parent
552bb5821f
commit
4ea487936b
|
@ -101,7 +101,6 @@ SCH_SHEET* CADSTAR_SCH_ARCHIVE_PLUGIN::Load( const wxString& aFileName, SCHEMATI
|
||||||
if( libName.IsEmpty() )
|
if( libName.IsEmpty() )
|
||||||
libName = "noname";
|
libName = "noname";
|
||||||
|
|
||||||
libName += "-cadstar-import";
|
|
||||||
libName = LIB_ID::FixIllegalChars( libName, true );
|
libName = LIB_ID::FixIllegalChars( libName, true );
|
||||||
|
|
||||||
wxFileName libFileName(
|
wxFileName libFileName(
|
||||||
|
|
Loading…
Reference in New Issue