diff options
Diffstat (limited to 'ping/utils.cpp')
-rw-r--r-- | ping/utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ping/utils.cpp b/ping/utils.cpp index 06a89a0..a8aaaef 100644 --- a/ping/utils.cpp +++ b/ping/utils.cpp @@ -312,9 +312,9 @@ int ReloadIcons(WPARAM wParam, LPARAM lParam) { void InitIcons() {
if(ServiceExists(MS_SKIN2_ADDICON)) {
- SKINICONDESC2 sid;
+ SKINICONDESC sid = {0};
- sid.cbSize = sizeof(SKINICONDESC2);
+ sid.cbSize = sizeof(SKINICONDESC);
sid.pszSection = "Ping";
sid.pszDescription = Translate("Responding");
|