From 346ae348ae7ee5a594c9fcd17114ae949c1ce201 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 13 Jun 2022 15:09:41 +0300 Subject: Popup+: fix for a madness with default popup class values --- plugins/Ping/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Ping/src') diff --git a/plugins/Ping/src/utils.cpp b/plugins/Ping/src/utils.cpp index e225d1f864..ea2b2d90db 100644 --- a/plugins/Ping/src/utils.cpp +++ b/plugins/Ping/src/utils.cpp @@ -266,7 +266,7 @@ void InitUtils() hIconTesting = IcoLib_GetIcon("ping_testing"); hIconDisabled = IcoLib_GetIcon("ping_disabled"); - POPUPCLASS test = { sizeof(test) }; + POPUPCLASS test = {}; test.flags = PCF_UNICODE; test.hIcon = hIconResponding; test.iSeconds = -1; -- cgit v1.2.3