From 7e72109d87f7c6136ba9c072409aec4d6d9540f4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Jun 2025 11:47:39 +0300 Subject: fixes #5053 (Voiceservice.dll: Hold Icon is wrong) --- plugins/VoiceService/src/VoiceCall.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/VoiceService/src/VoiceCall.cpp') diff --git a/plugins/VoiceService/src/VoiceCall.cpp b/plugins/VoiceService/src/VoiceCall.cpp index 69ac72df98..745401d440 100644 --- a/plugins/VoiceService/src/VoiceCall.cpp +++ b/plugins/VoiceService/src/VoiceCall.cpp @@ -214,6 +214,7 @@ void VoiceCall::SetState(int aState) switch (state) { case VOICE_STATE_TALKING: m_calltimer.Start(1000); + Button_SetIcon_IcoLib(m_hwnd, IDC_ANSWERBTN, g_plugin.getIconHandle(IDI_ACTION_HOLD)); break; case VOICE_STATE_RINGING: incoming = true; -- cgit v1.2.3