KiCad: improve gerber file extension wildcard so gerbers show up correctly in the file tree pane.
This commit is contained in:
parent
339dd0daf2
commit
04f8d12ae5
|
@ -42,7 +42,7 @@ const wxString ProjectFileExtension( wxT( "pro" ) );
|
|||
const wxString SchematicFileExtension( wxT( "sch" ) );
|
||||
const wxString NetlistFileExtension( wxT( "net" ) );
|
||||
const wxString ComponentFileExtension( wxT( "cmp" ) );
|
||||
const wxString GerberFileExtension( wxT( "pho" ) );
|
||||
const wxString GerberFileExtension( wxT( ".((gbr|(gb|gt)[alops])|pho)" ) );
|
||||
|
||||
const wxString LegacyPcbFileExtension( wxT( "brd" ) );
|
||||
const wxString KiCadPcbFileExtension( wxT( "kicad_pcb" ) );
|
||||
|
|
Loading…
Reference in New Issue