Archive fp-lib-table and sym-lib-table from project
The local library tables should be archived with the project
This commit is contained in:
parent
bed0667712
commit
ac460466b6
|
@ -154,6 +154,7 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
|
||||||
wxT( "*.wrl" ),
|
wxT( "*.wrl" ),
|
||||||
wxT( "*.net" ), wxT( "*.py" ),
|
wxT( "*.net" ), wxT( "*.py" ),
|
||||||
wxT( "*.pdf" ), wxT( "*.txt" ), wxT( "*.kicad_wks" ),
|
wxT( "*.pdf" ), wxT( "*.txt" ), wxT( "*.kicad_wks" ),
|
||||||
|
wxT( "fp-lib-table" ), wxT( "sym-lib-table" )
|
||||||
};
|
};
|
||||||
|
|
||||||
wxString msg;
|
wxString msg;
|
||||||
|
|
Loading…
Reference in New Issue