mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 16:59:18 +00:00
Fix duplicate text in IDF header export. (fixes lp:1407336)
This commit is contained in:
parent
a2129fcd39
commit
f5059ec4c2
@ -548,7 +548,7 @@ bool Export_IDF3( BOARD* aPcb, const wxString& aFullFileName, bool aUseThou )
|
||||
idfBoard.SetLibraryVersion( 0 );
|
||||
|
||||
std::ostringstream ostr;
|
||||
ostr << "Created by KiCad " << TO_UTF8( GetBuildVersion() );
|
||||
ostr << "KiCad " << TO_UTF8( GetBuildVersion() );
|
||||
idfBoard.SetIDFSource( ostr.str() );
|
||||
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user