7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-04 23:05:30 +00:00

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

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;