diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:20:03 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:20:03 +0200 |
| commit | b45d74b60dfb7e23911df6b0523890e42f711267 (patch) | |
| tree | 42bb5764b05bd3bc5bffadb55f4375e6dce8a521 /app/bin/cgroup.c | |
| parent | 6c1a798b0302034a7fdcaf93b8f014e2e458c2a0 (diff) | |
| parent | 63ec5715054be18ac4db5675e067b41c955d03b9 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'app/bin/cgroup.c')
| -rw-r--r-- | app/bin/cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/cgroup.c b/app/bin/cgroup.c index 6940ea0..728a004 100644 --- a/app/bin/cgroup.c +++ b/app/bin/cgroup.c @@ -1864,7 +1864,7 @@ EXPORT void DoGroup( void * unused ) if ( !groupW ) { ParamRegister( &groupPG ); groupW = ParamCreateDialog( &groupPG, MakeWindowTitle(_("Group Objects")), - _("Ok"), GroupOk, wHide, TRUE, NULL, F_BLOCK, NULL ); + _("Ok"), GroupOk, ParamCancel_Current, TRUE, NULL, F_BLOCK, NULL ); groupD.dpi = mainD.dpi; } if (isTurnout) { |
