diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
commit | 869094d2aabef8ab10a1178907cb31ae84f504f9 (patch) | |
tree | 0af7b9054186534b61a7c5a12c6ffed32db10151 /include/m_icolib.h | |
parent | 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 (diff) |
IcoLib_AddIcon => CMPlugin::addIcon
Diffstat (limited to 'include/m_icolib.h')
-rw-r--r-- | include/m_icolib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_icolib.h b/include/m_icolib.h index d06160ffcd..3e8bdef226 100644 --- a/include/m_icolib.h +++ b/include/m_icolib.h @@ -60,7 +60,7 @@ extern "C" // Adds an icon into the icon library
// returns a handle to the newly added item
-MIR_APP_DLL(HANDLE) IcoLib_AddIcon(SKINICONDESC *sid, int _lang = hLangpack);
+MIR_APP_DLL(HANDLE) IcoLib_AddIcon(SKINICONDESC *sid, int langId);
///////////////////////////////////////////////////////////////////////////////
// Removes an icon from icon library by icon's name or handle
|