From d6746ea8feb24ca5d07ddec0b331fe2a31a70ab8 Mon Sep 17 00:00:00 2001 From: sje Date: Fri, 16 Feb 2007 01:42:04 +0000 Subject: added folders support for private data storage path git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@121 4f64403b-2f21-0410-a795-97e2b3489a10 --- otr/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otr/utils.cpp') diff --git a/otr/utils.cpp b/otr/utils.cpp index 2950504..cd5febf 100644 --- a/otr/utils.cpp +++ b/otr/utils.cpp @@ -233,9 +233,9 @@ int ReloadIcons(WPARAM wParam, LPARAM lParam) { void InitUtils() { if(ServiceExists(MS_SKIN2_ADDICON)) { - SKINICONDESC2 sid; + SKINICONDESC sid; - sid.cbSize = sizeof(SKINICONDESC2); + sid.cbSize = sizeof(SKINICONDESC); sid.pszSection = "OTR"; sid.hDefaultIcon = 0; -- cgit v1.2.3