Index: main_act.c =================================================================== --- main_act.c (revision 34970) +++ main_act.c (revision 34971) @@ -288,7 +288,10 @@ return 0; } -/* Note: this can not be in librnd because of the wrong (historical) action name */ +/* Note: this can not be in librnd because: + - wrong (historical) action name + - app-specific side effects in pcb_act_execute_file +*/ static const char pcb_acts_ExecuteFile[] = "ExecuteFile(filename)"; static const char pcb_acth_ExecuteFile[] = "Run actions from the given file."; /* DOC: executefile.html */