Index: report.c =================================================================== --- report.c (revision 21460) +++ report.c (revision 21461) @@ -94,7 +94,7 @@ PCB_DAD_LABEL(ctx->dlg, content); PCB_DAD_END(ctx->dlg); - PCB_DAD_NEW(ctx->dlg, name, "EDIT THIS", ctx, pcb_false, rdialog_close_cb); + PCB_DAD_NEW(ctx->dlg, name, ctx, pcb_false, rdialog_close_cb); }