summaryrefslogtreecommitdiff
path: root/app/bin/cstraigh.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/cstraigh.c')
-rw-r--r--app/bin/cstraigh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/bin/cstraigh.c b/app/bin/cstraigh.c
index b61d9b8..79e0624 100644
--- a/app/bin/cstraigh.c
+++ b/app/bin/cstraigh.c
@@ -197,11 +197,11 @@ static STATUS_T CmdStraight( wAction_t action, coOrd pos )
}
-#include "bitmaps/straight.xpm3"
+#include "bitmaps/straight.image3"
void InitCmdStraight( wMenu_p menu )
{
AddMenuButton( menu, CmdStraight, "cmdStraight", _("Straight Track"),
- wIconCreatePixMap(straight_xpm3[iconSize]), LEVEL0_50,
+ wIconCreatePixMap(straight_image3[iconSize]), LEVEL0_50,
IC_STICKY|IC_POPUP2|IC_WANT_MOVE, ACCL_STRAIGHT, NULL );
}