Index: mucs.c =================================================================== --- mucs.c (revision 30978) +++ mucs.c (revision 30979) @@ -76,7 +76,7 @@ fname = pcb_gui->fileselect(pcb_gui, "Load mucs routing session Resource File...", "Picks a mucs session resource file to load.\n" "This file could be generated by mucs-pcb\n", - default_file, ".l1", NULL, "unixplot", PCB_HID_FSD_READ, NULL); + default_file, ".l1", NULL, "unixplot", RND_HID_FSD_READ, NULL); if (fname == NULL) { RND_ACT_IRES(1); return 0;