PCB_EDIT_FRAME: when calling Eeschema from toolbar, use new .kicad_sch ext.
Fixes #4450 https://gitlab.com/kicad/code/kicad/issues/4450
This commit is contained in:
parent
84160c1da4
commit
d5b4473830
|
@ -1054,7 +1054,7 @@ void PCB_EDIT_FRAME::RunEeschema()
|
|||
{
|
||||
wxString msg;
|
||||
wxFileName schfn( Prj().GetProjectPath(), Prj().GetProjectName(),
|
||||
LegacySchematicFileExtension );
|
||||
KiCadSchematicFileExtension );
|
||||
|
||||
if( !schfn.FileExists() )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue