summaryrefslogtreecommitdiff
path: root/app/bin/dcontmgm.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/dcontmgm.c')
-rw-r--r--app/bin/dcontmgm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/bin/dcontmgm.c b/app/bin/dcontmgm.c
index d9df025..7c8f81c 100644
--- a/app/bin/dcontmgm.c
+++ b/app/bin/dcontmgm.c
@@ -305,8 +305,10 @@ static void DoControlMgr( void * junk )
{
if (controlPG.win == NULL) {
ParamCreateDialog( &controlPG,
- MakeWindowTitle(_("Manage Layout Control Elements")), _("Done"), ControlDone,
- wHide, TRUE, NULL, F_RESIZE|F_RECALLSIZE|F_BLOCK, ControlDlgUpdate );
+ MakeWindowTitle(_("Manage Layout Control Elements")),
+ _("Done"), ControlDone,
+ ParamCancel_Current, TRUE, NULL, F_RESIZE|F_RECALLSIZE|F_BLOCK,
+ ControlDlgUpdate );
} else {
wListClear( controlSelL );
}