summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-20 09:03:20 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-20 09:03:20 +0000
commit65461e7b4edb683cc09086fdaf49e0c2ef918bd4 (patch)
treef30e221d6a79836b2f1426c26a5ecd24d803c172 /plugins/UserInfoEx
parent18540e71624543fd0181b764a6913aa6bf8eb75d (diff)
sounds: part I
git-svn-id: http://svn.miranda-ng.org/main/trunk@499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r--plugins/UserInfoEx/svc_reminder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/svc_reminder.cpp b/plugins/UserInfoEx/svc_reminder.cpp
index 5b64720656..203b98faa4 100644
--- a/plugins/UserInfoEx/svc_reminder.cpp
+++ b/plugins/UserInfoEx/svc_reminder.cpp
@@ -1188,7 +1188,7 @@ VOID SvcReminderLoadModule(VOID)
{
// init sounds
SKINSOUNDDESCEX ssd = { 0 };
- ssd.cbSize = SKINSOUNDDESC_SIZE_V1;
+ ssd.cbSize = sizeof(ssd);
ssd.pszSection = LPGEN(MODNAME);
ssd.pszName = SOUND_BIRTHDAY_TODAY;