From e7d20cf352688bf717a01f4e6d9e6f497c2bea4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Sep 2025 19:19:34 +0200 Subject: New upstream version 5.3.1Beta2 --- app/bin/cpull.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/bin/cpull.c') diff --git a/app/bin/cpull.c b/app/bin/cpull.c index af6642e..00e2251 100644 --- a/app/bin/cpull.c +++ b/app/bin/cpull.c @@ -900,7 +900,7 @@ static STATUS_T CmdPull( -#include "bitmaps/connect.xpm3" +#include "bitmaps/connect.image3" wMenuPush_p pullConnectMultiple; @@ -916,7 +916,7 @@ void pullMenuEnter( void * keyVP ) void InitCmdPull( wMenu_p menu ) { AddMenuButton( menu, CmdPull, "cmdConnect", _("Connect Two Tracks"), - wIconCreatePixMap(connect_xpm3[iconSize]), LEVEL0_50, + wIconCreatePixMap(connect_image3[iconSize]), LEVEL0_50, IC_STICKY|IC_INITNOTSTICKY|IC_LCLICK|IC_POPUP3|IC_CMDMENU|IC_WANT_MOVE, ACCL_CONNECT, NULL ); pullPopupM = MenuRegister( "Connect Options" ); -- cgit v1.2.3