diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-20 19:57:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-20 19:57:53 +0000 |
commit | 386ee5dd838eb988a48109e5de2a0d11e74531b7 (patch) | |
tree | 2d7240365933d268563b8610560fa83acc168700 /include | |
parent | 24b2f3a4471593fd115ba3eb2c1282d3b52edf7b (diff) |
fix for list sorting in the hot keys' editor
git-svn-id: http://svn.miranda-ng.org/main/trunk@502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_skin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_skin.h b/include/m_skin.h index 6f7a5683df..aa36735ab0 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -204,7 +204,7 @@ __inline static INT_PTR SkinPlaySound(const char *name) /*
wParam: 0 when playing sound (1 when sound is being previewed)
- lParam: (char*) pszSoundFile
+ lParam: (TCHAR*) pszSoundFile
Affect: This hook is fired when the sound module needs to play a sound
Note : This event has default processing, if no one HookEvent()'s this event then it will
use the default hook code, which uses PlaySound()
|