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/csplit.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/csplit.c')
| -rw-r--r-- | app/bin/csplit.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/bin/csplit.c b/app/bin/csplit.c index 154b837..8a98866 100644 --- a/app/bin/csplit.c +++ b/app/bin/csplit.c @@ -495,21 +495,21 @@ static STATUS_T CmdTrimDraw( wAction_t action, coOrd pos ) } -#include "bitmaps/split.xpm3" -#include "bitmaps/split-draw.xpm3" -#include "bitmaps/trim.xpm3" +#include "bitmaps/split.image3" +#include "bitmaps/split-draw.image3" +#include "bitmaps/trim.image3" void InitCmdSplit( wMenu_p menu ) { ButtonGroupBegin( _("Split"), "cmdSplitSetCmd", _("Split") ); AddMenuButton( menu, CmdSplitTrack, "cmdSplitTrack", _("Split Track"), - wIconCreatePixMap(split_xpm3[iconSize]), LEVEL0_50, + wIconCreatePixMap(split_image3[iconSize]), LEVEL0_50, IC_STICKY|IC_POPUP|IC_CMDMENU|IC_WANT_MOVE, ACCL_SPLIT, NULL); AddMenuButton( menu, CmdSplitDraw, "cmdSplitDraw", _("Split Draw"), - wIconCreatePixMap(split_draw_xpm3[iconSize]), LEVEL0_50, + wIconCreatePixMap(split_draw_image3[iconSize]), LEVEL0_50, IC_STICKY|IC_POPUP|IC_WANT_MOVE, ACCL_SPLITDRAW, NULL); AddMenuButton( menu, CmdTrimDraw, "cmdTrimDraw", _("Trim Draw"), - wIconCreatePixMap(trim_xpm3[iconSize]), LEVEL0_50, + wIconCreatePixMap(trim_image3[iconSize]), LEVEL0_50, IC_STICKY|IC_POPUP|IC_WANT_MOVE, ACCL_TRIMDRAW, NULL); ButtonGroupEnd(); } |
