Eeschema: Option to use also .mod files as a simulation model

Fixes: lp:1844718
* https://bugs.launchpad.net/kicad/+bug/1844718
This commit is contained in:
Jakub Kozdon 2019-09-20 17:17:01 +02:00 committed by Seth Hillbrand
parent 130d52dd80
commit 11f1ce14d1
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ wxString ErcFileWildcard()
wxString SpiceLibraryFileWildcard()
{
return _( "Spice library file" ) + AddFileExtListToFilter( { "lib" } );
return _( "Spice library file" ) + AddFileExtListToFilter( { "lib", "mod" } );
}