Formatting

This commit is contained in:
WhiteChairFromIkea 2021-03-02 12:27:21 +00:00 committed by Jeff Young
parent b98602583c
commit f83b9236ac
1 changed files with 1 additions and 1 deletions

View File

@ -1983,7 +1983,7 @@ void SCH_ALTIUM_PLUGIN::ParseFileName( const std::map<wxString, wxString>& aProp
filenameField.SetPosition( elem.location + m_sheetOffset );
elem.text.RemoveLast( 6 );
elem.text += "kicad_sch";
elem.text += "kicad_sch";
filenameField.SetText( elem.text );
filenameField.SetVisible( !elem.isHidden );