Index: action.c =================================================================== --- action.c (revision 30899) +++ action.c (revision 30900) @@ -45,12 +45,12 @@ static fgw_error_t pcb_act_AutoPlaceSelected(fgw_arg_t *res, int argc, fgw_arg_t *argv) { pcb_hid_busy(PCB, 1); - if (pcb_hid_message_box(PCB_ACT_HIDLIB, "question", "Autoplace start", "Auto-placement can NOT be undone.\nDo you want to continue anyway?", "no", 0, "yes", 1, NULL) == 1) { + if (pcb_hid_message_box(RND_ACT_HIDLIB, "question", "Autoplace start", "Auto-placement can NOT be undone.\nDo you want to continue anyway?", "no", 0, "yes", 1, NULL) == 1) { if (AutoPlaceSelected()) pcb_board_set_changed_flag(pcb_true); } pcb_hid_busy(PCB, 0); - PCB_ACT_IRES(0); + RND_ACT_IRES(0); return 0; }