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/chndldto.c | |
| parent | 6c1a798b0302034a7fdcaf93b8f014e2e458c2a0 (diff) | |
| parent | 63ec5715054be18ac4db5675e067b41c955d03b9 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'app/bin/chndldto.c')
| -rw-r--r-- | app/bin/chndldto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/bin/chndldto.c b/app/bin/chndldto.c index fb7c05f..715035f 100644 --- a/app/bin/chndldto.c +++ b/app/bin/chndldto.c @@ -373,11 +373,11 @@ static STATUS_T CmdHandLaidTurnout( wAction_t action, coOrd pos ) } -#include "bitmaps/turnout-design.xpm3" +#include "bitmaps/turnout-design.image3" EXPORT void InitCmdHandLaidTurnout( wMenu_p menu ) { AddMenuButton( menu, CmdHandLaidTurnout, "cmdHandLaidTurnout", - _("HandLaidTurnout"), wIconCreatePixMap(turnout_design_xpm3[iconSize]), + _("HandLaidTurnout"), wIconCreatePixMap(turnout_design_image3[iconSize]), LEVEL0_50, IC_STICKY|IC_INITNOTSTICKY|IC_POPUP2, ACCL_HNDLDTO, NULL ); } |
