summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/common.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-12-10 20:38:35 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-12-10 20:38:35 +0000
commitd2528d31bac20ff2f7f41355cd398d929d83136a (patch)
tree0255b613a37fea391b1e3b3e74ed66a943f60d80 /plugins/NewXstatusNotify/src/common.h
parent4d4710c1749592ec32b5adec4d2c974ebc5fa4ce (diff)
-fixed status message notification for hidden contacts (reported by Andrzej Aleksiejuk)
-removed the deprecated & bizarre aliases git-svn-id: http://svn.miranda-ng.org/main/trunk@2715 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/common.h')
-rw-r--r--plugins/NewXstatusNotify/src/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/common.h b/plugins/NewXstatusNotify/src/common.h
index 1f988183a1..b5976c8c4c 100644
--- a/plugins/NewXstatusNotify/src/common.h
+++ b/plugins/NewXstatusNotify/src/common.h
@@ -115,8 +115,8 @@ typedef struct tagSTATUS
TCHAR lpzUStatusText[MAX_STATUSTEXT];
TCHAR lpzStandardText[MAX_STANDARDTEXT];
char lpzSkinSoundName[MAX_SKINSOUNDNAME];
- char lpzSkinSoundDesc[MAX_SKINSOUNDDESC];
- char lpzSkinSoundFile[MAX_PATH];
+ TCHAR lpzSkinSoundDesc[MAX_SKINSOUNDDESC];
+ TCHAR lpzSkinSoundFile[MAX_PATH];
COLORREF colorBack;
COLORREF colorText;
} STATUS;