summaryrefslogtreecommitdiff
path: root/otr/utils.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-16 01:42:04 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-02-16 01:42:04 +0000
commitd6746ea8feb24ca5d07ddec0b331fe2a31a70ab8 (patch)
tree487dd922e6b159892e4be885c871ffe9c047e4f7 /otr/utils.cpp
parentfe7c82b6e3928b3424b4d4ed7b18046b8548795d (diff)
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
Diffstat (limited to 'otr/utils.cpp')
-rw-r--r--otr/utils.cpp4
1 files changed, 2 insertions, 2 deletions
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;