Index: io_tedax.c =================================================================== --- io_tedax.c (revision 23645) +++ io_tedax.c (revision 23646) @@ -114,7 +114,7 @@ if ((fname == NULL) || (*fname == '\0')) { \ fname = pcb_gui->fileselect("Load tedax " #type " file...", \ "Picks a tedax " #type " file to load.\n", \ - default_file, ".tdx", "tedax-" #type, HID_FILESELECT_READ); \ + default_file, ".tdx", "tedax-" #type, PCB_HID_FSD_READ); \ if (fname == NULL) \ return 1; \ if (default_file != NULL) { \