Index: trunk/src_plugins/lib_hid_pcbui/act.c =================================================================== --- trunk/src_plugins/lib_hid_pcbui/act.c (revision 29944) +++ trunk/src_plugins/lib_hid_pcbui/act.c (revision 29945) @@ -292,9 +292,9 @@ "l; Shiftt\n"; val = pcb_attribute_get(&ly->Attributes, key); - args[1].type = FGW_STR; args[1].val.str = msg; - args[2].type = FGW_STR; args[2].val.str = val; - args[3].type = FGW_STR; args[3].val.str = title; + 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 = pcb_actionv_bin(PCB_ACT_HIDLIB, "promptfor", &r, 4, args); if ((er != NULL) || ((r.type & FGW_STR) != FGW_STR)) {