Use correct wildcard for creating new schematics
This commit is contained in:
parent
3f1f89405e
commit
68dd508fbd
|
@ -845,7 +845,7 @@ void SCH_EDIT_FRAME::NewProject()
|
||||||
wxString pro_dir = m_mruPath;
|
wxString pro_dir = m_mruPath;
|
||||||
|
|
||||||
wxFileDialog dlg( this, _( "New Schematic" ), pro_dir, wxEmptyString,
|
wxFileDialog dlg( this, _( "New Schematic" ), pro_dir, wxEmptyString,
|
||||||
LegacySchematicFileWildcard(), wxFD_SAVE );
|
KiCadSchematicFileWildcard(), wxFD_SAVE );
|
||||||
|
|
||||||
if( dlg.ShowModal() != wxID_CANCEL )
|
if( dlg.ShowModal() != wxID_CANCEL )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue