KiCad: improve gerber file extension wildcard so gerbers show up correctly in the file tree pane.
This commit is contained in:
parent
b2ce20783e
commit
699dbbf53f
|
@ -42,7 +42,7 @@ const wxString ProjectFileExtension( wxT( "pro" ) );
|
||||||
const wxString SchematicFileExtension( wxT( "sch" ) );
|
const wxString SchematicFileExtension( wxT( "sch" ) );
|
||||||
const wxString NetlistFileExtension( wxT( "net" ) );
|
const wxString NetlistFileExtension( wxT( "net" ) );
|
||||||
const wxString ComponentFileExtension( wxT( "cmp" ) );
|
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 LegacyPcbFileExtension( wxT( "brd" ) );
|
||||||
const wxString KiCadPcbFileExtension( wxT( "kicad_pcb" ) );
|
const wxString KiCadPcbFileExtension( wxT( "kicad_pcb" ) );
|
||||||
|
|
Loading…
Reference in New Issue