Index: act.c =================================================================== --- act.c (revision 36989) +++ act.c (revision 36990) @@ -300,7 +300,7 @@ args[1].type = FGW_STR; args[1].val.cstr = msg; args[2].type = FGW_STR; args[2].val.cstr = val; args[3].type = FGW_STR; args[3].val.cstr = title; - er = rnd_actionv_bin(RND_ACT_HIDLIB, "promptfor", &r, 4, args); + er = rnd_actionv_bin(RND_ACT_DESIGN, "promptfor", &r, 4, args); if ((er != 0) || ((r.type & FGW_STR) != FGW_STR)) { fgw_arg_free(&rnd_fgw, &r);