Index: io_tedax.c =================================================================== --- io_tedax.c (revision 30979) +++ io_tedax.c (revision 30980) @@ -118,7 +118,7 @@ do { \ static char *default_file = NULL; \ if ((fname == NULL) || (*fname == '\0')) { \ - fname = pcb_gui->fileselect(pcb_gui, "Load tedax " #type " file...", \ + fname = rnd_gui->fileselect(rnd_gui, "Load tedax " #type " file...", \ "Picks a tedax " #type " file to load.\n", \ default_file, ".tdx", NULL, "tedax-" #type, RND_HID_FSD_READ, NULL); \ if (fname == NULL) \