Index: import_sch_dlg.c =================================================================== --- import_sch_dlg.c (revision 36975) +++ import_sch_dlg.c (revision 36976) @@ -257,7 +257,7 @@ if (*cwd == '\0') rnd_get_wd(cwd); - name = rnd_hid_fileselect(rnd_gui, "Import schematics", "Import netlist and footprints from schematics", cwd, NULL, NULL, "schematics", RND_HID_FSD_MAY_NOT_EXIST, NULL); + name = rnd_hid_fileselect(rnd_gui, "Import schematics", "Import netlist and footprints from schematics", cwd, NULL, NULL, "schematics", 0, NULL); if (name == NULL) return;