Index: import_sch.c =================================================================== --- import_sch.c (revision 17468) +++ import_sch.c (revision 17469) @@ -361,7 +361,7 @@ if (conf_import_sch.plugins.import_sch.verbose) pcb_message(PCB_MSG_DEBUG, "pcb_act_Import: about to run pcb_act_ExecuteFile, file = %s\n", tmpfile); - fgw_vcall(&pcb_fgw, &res, "ExecuteFile", FGW_STR, tmpfile, 0); + fgw_vcall(&pcb_fgw, &res, "executefile", FGW_STR, tmpfile, 0); for(i = 0; i < nsources; i++) free((char *) cmd[8 + i]); @@ -435,7 +435,7 @@ return 1; } - fgw_vcall(&pcb_fgw, &res, "ExecuteFile", FGW_STR, tmpfile, 0); + fgw_vcall(&pcb_fgw, &res, "executefile", FGW_STR, tmpfile, 0); free((char*)cmd[2]); free((char*)cmd[3]);