diff options
Diffstat (limited to 'include/m_skin.h')
-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 956f693fed..8a62a295e6 100644 --- a/include/m_skin.h +++ b/include/m_skin.h @@ -134,7 +134,7 @@ EXTERN_C MIR_APP_DLL(int) Skin_PlaySoundFile(const wchar_t *pwszFileName); /////////////////////////////////////////////////////////////////////////////////////////
-EXTERN_C MIR_APP_DLL(void) KillModuleSounds(int hLangpack);
+EXTERN_C MIR_APP_DLL(void) KillModuleSounds(int langId);
/////////////////////////////////////////////////////////////////////////////////////////
// sent when the icons DLL has been changed in the options dialog, and everyone
|