diff options
| author | George Hazan <ghazan@miranda.im> | 2018-05-22 19:45:53 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-05-22 19:45:53 +0300 |
| commit | 1340b3b8f0e597797b99814c5ed0496cb3429a2a (patch) | |
| tree | d6ae1ef463eded1000f2e17fb48199937863057e /include | |
| parent | 158a99ce05af062e0eec587be8db843eb3e7a397 (diff) | |
m_chat.h => CMPlugin
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_chat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index c302e1e5b5..906b7c616a 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -534,7 +534,7 @@ typedef struct { #define ME_GC_BUILDMENU "GChat/BuildMenu"
-EXTERN_C MIR_APP_DLL(void) Chat_AddMenuItems(HMENU hMenu, int nItems, const gc_item *Item, int = hLangpack);
+EXTERN_C MIR_APP_DLL(void) Chat_AddMenuItems(HMENU hMenu, int nItems, const gc_item *Item, int langId);
//////////////////////////////////////////////////////////////////////////
// Get Chat ToolTip Text for buddy
|
