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:
parent
bed0667712
commit
ac460466b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user