Index: ltspice.c =================================================================== --- ltspice.c (revision 30979) +++ ltspice.c (revision 30980) @@ -297,7 +297,7 @@ rnd_PCB_ACT_MAY_CONVARG(1, FGW_STR, LoadLtspiceFrom, fname = argv[1].val.str); if (!fname || !*fname) { - fname = pcb_gui->fileselect(pcb_gui, "Load ltspice net+asc file pair...", + fname = rnd_gui->fileselect(rnd_gui, "Load ltspice net+asc file pair...", "Picks a ltspice mentor net or asc file to load.\n", default_file, ".asc", NULL, "ltspice", RND_HID_FSD_READ, NULL); if (fname == NULL)