Fix job file extension.
This commit is contained in:
parent
4bd51b7049
commit
d00fc993f3
|
@ -139,7 +139,7 @@ bool GERBER_JOBFILE_READER::parseTJLayerString( wxString& aText )
|
||||||
|
|
||||||
bool GERBVIEW_FRAME::LoadGerberJobFile( const wxString& aFullFileName )
|
bool GERBVIEW_FRAME::LoadGerberJobFile( const wxString& aFullFileName )
|
||||||
{
|
{
|
||||||
#define jobFileWildcard _( "Gerber job file (*.gbj)|*.gbj;.gbj" )
|
#define jobFileWildcard _( "Gerber job file (*.gbrjob)|*.gbrjob;.gbrjob" )
|
||||||
wxFileName filename = aFullFileName;
|
wxFileName filename = aFullFileName;
|
||||||
wxString currentPath;
|
wxString currentPath;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue