summaryrefslogtreecommitdiff
path: root/app/bin/cruler.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2025-09-20 19:19:41 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2025-09-20 19:19:41 +0200
commit63ec5715054be18ac4db5675e067b41c955d03b9 (patch)
tree42bb5764b05bd3bc5bffadb55f4375e6dce8a521 /app/bin/cruler.c
parent6c1a798b0302034a7fdcaf93b8f014e2e458c2a0 (diff)
parente7d20cf352688bf717a01f4e6d9e6f497c2bea4c (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/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();
}