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