diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
| commit | e7d20cf352688bf717a01f4e6d9e6f497c2bea4c (patch) | |
| tree | cfd2ef9b569f49af985a6f1ec44f2614f63c8e78 /app/bin/problemrepui.c | |
| parent | a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (diff) | |
New upstream version 5.3.1Beta2upstream/5.3.1Beta2
Diffstat (limited to 'app/bin/problemrepui.c')
| -rw-r--r-- | app/bin/problemrepui.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/bin/problemrepui.c b/app/bin/problemrepui.c index 22610e3..4588baf 100644 --- a/app/bin/problemrepui.c +++ b/app/bin/problemrepui.c @@ -54,7 +54,7 @@ void ProblemrepCreateW(void* ptr) problemrepW = ParamCreateDialog(&problemrepPG, MakeWindowTitle(_("Data for Problem Report")), - NULL, NULL, wHide, TRUE, NULL, + NULL, NULL, ParamCancel_Current, TRUE, NULL, F_TOP | F_CENTER | PD_F_ALT_CANCELLABEL, NULL); } else { wTextClear(PROBLEMREP_T); @@ -107,3 +107,4 @@ ProblemSaveLayout(void) } return(rc); } + |
