Index: asm.c =================================================================== --- asm.c (revision 21898) +++ asm.c (revision 21899) @@ -560,7 +560,7 @@ PCB_DAD_END(asm_ctx.dlg); asm_ctx.active = 1; - PCB_DAD_NEW(asm_ctx.dlg, "Hand assembly with pcb-rnd", &asm_ctx, pcb_false, asm_close_cb); + PCB_DAD_NEW("asm", asm_ctx.dlg, "Hand assembly with pcb-rnd", &asm_ctx, pcb_false, asm_close_cb); /* expand all groups by default */ for(g = (group_t **)asm_ctx.grps.array, n = 0; n < asm_ctx.grps.used; g++,n++)