summaryrefslogtreecommitdiff
path: root/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'icons.cpp')
-rw-r--r--icons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons.cpp b/icons.cpp
index 1e70e2d..8df859e 100644
--- a/icons.cpp
+++ b/icons.cpp
@@ -95,7 +95,7 @@ void setClistIcon(HANDLE hContact)
}
else
{
- ExtraIcon_SetIcon(g_hCLIcon, hContact, (HANDLE)0);
+ ExtraIcon_SetIcon(g_hCLIcon, hContact, (HANDLE)0); // is it right ? hmm.., at least working....
if(hMC)
ExtraIcon_SetIcon(g_hCLIcon, hMC, (HANDLE)0);
}