Use correct wildcard for creating new schematics

This commit is contained in:
Jon Evans 2020-08-30 15:22:52 -04:00
parent 3f1f89405e
commit 68dd508fbd
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ void SCH_EDIT_FRAME::NewProject()
wxString pro_dir = m_mruPath;
wxFileDialog dlg( this, _( "New Schematic" ), pro_dir, wxEmptyString,
LegacySchematicFileWildcard(), wxFD_SAVE );
KiCadSchematicFileWildcard(), wxFD_SAVE );
if( dlg.ShowModal() != wxID_CANCEL )
{