summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-11-26 09:58:56 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-11-26 09:58:56 +0000
commit03aa703d9ba4f7a5d962acc77c84e20439b96715 (patch)
treec406debeeed9b81f6d3f6e1d09e4b9c42bde1ff9 /plugins/TabSRMM
parente48d7ce5f21d82753348d6aa3e4e6d8a90a2b1f5 (diff)
typo fix for themes.cpp
git-svn-id: http://svn.miranda-ng.org/main/trunk@11087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/themes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/themes.cpp b/plugins/TabSRMM/src/themes.cpp
index 8f2666adc3..37fbbc6072 100644
--- a/plugins/TabSRMM/src/themes.cpp
+++ b/plugins/TabSRMM/src/themes.cpp
@@ -1224,7 +1224,7 @@ void CSkin::Unload()
void CSkin::LoadIcon(const TCHAR *szSection, const TCHAR *name, HICON *hIcon)
{
TCHAR buffer[512];
- if (hIcon)
+ if (hIcon == NULL)
return;
if (*hIcon != 0)
DestroyIcon(*hIcon);