mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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;
|
||||
|
||||
wxFileDialog dlg( this, _( "New Schematic" ), pro_dir, wxEmptyString,
|
||||
LegacySchematicFileWildcard(), wxFD_SAVE );
|
||||
KiCadSchematicFileWildcard(), wxFD_SAVE );
|
||||
|
||||
if( dlg.ShowModal() != wxID_CANCEL )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user