Index: hpgl.c =================================================================== --- hpgl.c (revision 30978) +++ hpgl.c (revision 30979) @@ -158,7 +158,7 @@ if (!fname || !*fname) { fname = pcb_gui->fileselect(pcb_gui, "Load HP-GL file...", "Picks a HP-GL plot file to load.\n", - default_file, ".hpgl", NULL, "hpgl", PCB_HID_FSD_READ, NULL); + default_file, ".hpgl", NULL, "hpgl", RND_HID_FSD_READ, NULL); if (fname == NULL) return 0; /* cancel */ if (default_file != NULL) {