diff options
Diffstat (limited to 'no_history/icons.cpp')
-rw-r--r-- | no_history/icons.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/no_history/icons.cpp b/no_history/icons.cpp index 747b164..741ad37 100644 --- a/no_history/icons.cpp +++ b/no_history/icons.cpp @@ -15,8 +15,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;
|