Index: dsn.c =================================================================== --- dsn.c (revision 23645) +++ dsn.c (revision 23646) @@ -223,7 +223,7 @@ "Load a routed dsn or ses file...", "Select dsn or ses file to load.\nThe file could be generated using the tool downloaded from freeroute.net\n", NULL, /* default file name */ - ".dsn", "dsn", HID_FILESELECT_READ); + ".dsn", "dsn", PCB_HID_FSD_READ); if (fname == NULL) return 1; }