diff options
Diffstat (limited to 'worldtime/plugwin.cpp')
-rw-r--r-- | worldtime/plugwin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worldtime/plugwin.cpp b/worldtime/plugwin.cpp index cc7ae56..48bb576 100644 --- a/worldtime/plugwin.cpp +++ b/worldtime/plugwin.cpp @@ -762,9 +762,9 @@ static int PlugShowWindow(WPARAM wParam, LPARAM lParam) { int InitIcons(WPARAM wParam, LPARAM lParam) {
if(ServiceExists(MS_SKIN2_ADDICON)) {
- SKINICONDESC2 sid;
+ SKINICONDESC sid = {0};
- sid.cbSize = sizeof(SKINICONDESC2);
+ sid.cbSize = sizeof(SKINICONDESC);
sid.pszSection = "WorldTime";
sid.pszDescription = Translate("Day");
|