summaryrefslogtreecommitdiff
path: root/app/bin/cparalle.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-09-20 19:19:34 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-09-20 19:19:34 +0200
commite7d20cf352688bf717a01f4e6d9e6f497c2bea4c (patch)
treecfd2ef9b569f49af985a6f1ec44f2614f63c8e78 /app/bin/cparalle.c
parenta14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (diff)
New upstream version 5.3.1Beta2upstream/5.3.1Beta2
Diffstat (limited to 'app/bin/cparalle.c')
-rw-r--r--app/bin/cparalle.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/bin/cparalle.c b/app/bin/cparalle.c
index 533b9d5..bb14663 100644
--- a/app/bin/cparalle.c
+++ b/app/bin/cparalle.c
@@ -291,17 +291,17 @@ static STATUS_T CmdParallel(wAction_t action, coOrd pos)
}
-#include "bitmaps/parallel.xpm3"
-#include "bitmaps/parallel-line.xpm3"
+#include "bitmaps/parallel.image3"
+#include "bitmaps/parallel-line.image3"
EXPORT void InitCmdParallel( wMenu_p menu )
{
ButtonGroupBegin( _("Parallel"), "cmdParallelSetCmd", _("Parallel") );
AddMenuButton( menu, CmdParallel, "cmdParallelTrack", _("Parallel Track"),
- wIconCreatePixMap(parallel_xpm3[iconSize]), LEVEL0_50,
+ wIconCreatePixMap(parallel_image3[iconSize]), LEVEL0_50,
IC_STICKY|IC_POPUP|IC_WANT_MOVE, ACCL_PARALLEL, I2VP(0) );
AddMenuButton( menu, CmdParallel, "cmdParallelLine", _("Parallel Line"),
- wIconCreatePixMap(parallel_line_xpm3[iconSize]), LEVEL0_50,
+ wIconCreatePixMap(parallel_line_image3[iconSize]), LEVEL0_50,
IC_STICKY|IC_POPUP|IC_WANT_MOVE, ACCL_PARALLEL, I2VP(1) );
ButtonGroupEnd();
ParamRegister( &parSepPG );