diff options
Diffstat (limited to 'iax/icons.cpp')
-rw-r--r-- | iax/icons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iax/icons.cpp b/iax/icons.cpp index dd7298e..118ab63 100644 --- a/iax/icons.cpp +++ b/iax/icons.cpp @@ -14,8 +14,8 @@ int ReloadIcons(WPARAM wParam, LPARAM lParam) { void InitIcons() {
if(ServiceExists(MS_SKIN2_ADDICON)) {
- SKINICONDESC2 sid = {0};
- sid.cbSize = sizeof(SKINICONDESC2);
+ SKINICONDESC sid = {0};
+ sid.cbSize = sizeof(SKINICONDESC);
sid.pszSection = MODULE;
|