diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:41 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:41 +0200 |
| commit | 63ec5715054be18ac4db5675e067b41c955d03b9 (patch) | |
| tree | 42bb5764b05bd3bc5bffadb55f4375e6dce8a521 /app/bin/ccontrol.c | |
| parent | 6c1a798b0302034a7fdcaf93b8f014e2e458c2a0 (diff) | |
| parent | e7d20cf352688bf717a01f4e6d9e6f497c2bea4c (diff) | |
Update upstream source from tag 'upstream/5.3.1Beta2'
Update to upstream version '5.3.1Beta2'
with Debian dir 36e53756d97319b1944d0ea744717abc9326f697
Diffstat (limited to 'app/bin/ccontrol.c')
| -rw-r--r-- | app/bin/ccontrol.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/bin/ccontrol.c b/app/bin/ccontrol.c index 90c4fb2..a0a3690 100644 --- a/app/bin/ccontrol.c +++ b/app/bin/ccontrol.c @@ -487,7 +487,7 @@ static void EditControlDialog() controlEditW = ParamCreateDialog (&controlEditPG, MakeWindowTitle(_("Edit control")), _("Ok"), ControlEditOk, - wHide, TRUE, NULL, + ParamCancel_Current, TRUE, NULL, F_BLOCK, NULL ); } @@ -620,7 +620,7 @@ static int ControlMgmProc ( int cmd, void * data ) return FALSE; } -#include "bitmaps/control.xpm3" +#include "bitmaps/control.image3" EXPORT void ControlMgmLoad ( void ) { @@ -628,7 +628,7 @@ EXPORT void ControlMgmLoad ( void ) static wIcon_p controlI = NULL; if (controlI == NULL) { - controlI = wIconCreatePixMap( control_xpm3[iconSize] ); + controlI = wIconCreatePixMap( control_image3[iconSize] ); } TRK_ITERATE(trk) { @@ -642,7 +642,7 @@ EXPORT void ControlMgmLoad ( void ) EXPORT void InitCmdControl ( wMenu_p menu ) { AddMenuButton( menu, CmdControl, "cmdControl", _("Control"), - wIconCreatePixMap( control_xpm3[iconSize] ), LEVEL0_50, IC_STICKY|IC_POPUP2, + wIconCreatePixMap( control_image3[iconSize] ), LEVEL0_50, IC_STICKY|IC_POPUP2, ACCL_CONTROL, NULL ); } |
