Index: action.c =================================================================== --- action.c (revision 36989) +++ action.c (revision 36990) @@ -46,7 +46,7 @@ static fgw_error_t pcb_act_AutoPlaceSelected(fgw_arg_t *res, int argc, fgw_arg_t *argv) { rnd_hid_busy(PCB, 1); - if (rnd_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 (rnd_hid_message_box(RND_ACT_DESIGN, "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_ACT_BOARD, rnd_true); }