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:
Seth Hillbrand 2019-02-11 07:21:22 -08:00
parent bed0667712
commit ac460466b6
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ void KICAD_MANAGER_FRAME::OnArchiveFiles( wxCommandEvent& event )
wxT( "*.wrl" ),
wxT( "*.net" ), wxT( "*.py" ),
wxT( "*.pdf" ), wxT( "*.txt" ), wxT( "*.kicad_wks" ),
wxT( "fp-lib-table" ), wxT( "sym-lib-table" )
};
wxString msg;