summaryrefslogtreecommitdiff
path: root/app/bin/cruler.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/bin/cruler.c')
-rw-r--r--app/bin/cruler.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/bin/cruler.c b/app/bin/cruler.c
index 1ab65b2..7d318b8 100644
--- a/app/bin/cruler.c
+++ b/app/bin/cruler.c
@@ -382,17 +382,17 @@ STATUS_T ModifyRuler(
}
-#include "bitmaps/ruler.xpm3"
-#include "bitmaps/protractor.xpm3"
+#include "bitmaps/ruler.image3"
+#include "bitmaps/protractor.image3"
void InitCmdRuler( wMenu_p menu )
{
ButtonGroupBegin( _("Measurement"), "cmdMeasureSetCmd", _("Measurement") );
AddMenuButton( menu, CmdRuler, "cmdRuler", _("Ruler"),
- wIconCreatePixMap(ruler_xpm3[iconSize]), LEVEL0,
+ wIconCreatePixMap(ruler_image3[iconSize]), LEVEL0,
IC_STICKY|IC_POPUP|IC_NORESTART, ACCL_RULER, NULL );
AddMenuButton( menu, CmdAngle, "cmdAngle", _("Protractor"),
- wIconCreatePixMap(protractor_xpm3[iconSize]), LEVEL0,
+ wIconCreatePixMap(protractor_image3[iconSize]), LEVEL0,
IC_STICKY|IC_POPUP|IC_NORESTART, ACCL_ANGLE, NULL );
ButtonGroupEnd();
}