Index: import_sch_dlg.c =================================================================== --- import_sch_dlg.c (revision 35930) +++ import_sch_dlg.c (revision 35931) @@ -206,7 +206,7 @@ if (*cwd == '\0') rnd_get_wd(cwd); - name = rnd_gui->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", RND_HID_FSD_MAY_NOT_EXIST, NULL); if (name == NULL) return;