summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/common.h
diff options
context:
space:
mode:
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;