diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2025-09-20 19:19:34 +0200 |
| commit | e7d20cf352688bf717a01f4e6d9e6f497c2bea4c (patch) | |
| tree | cfd2ef9b569f49af985a6f1ec44f2614f63c8e78 /app/bin/cruler.c | |
| parent | a14a7a0ccc9de76aeab0b2e4bbf58f1a79deedc2 (diff) | |
New upstream version 5.3.1Beta2upstream/5.3.1Beta2
Diffstat (limited to 'app/bin/cruler.c')
| -rw-r--r-- | app/bin/cruler.c | 8 |
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(); } |
