diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-22 15:07:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-22 15:07:07 +0300 |
commit | 104f1a0882ee3c867056fb215d6e08658c5f9c48 (patch) | |
tree | d5d4d6908a0ec350f637e287961ded7199c82cbe /include/m_chat.h | |
parent | 10530cc3c20e0421a4031495b4fa5b474596cea1 (diff) |
attempt to fix #935
Diffstat (limited to 'include/m_chat.h')
-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 ad715b1fbc..b4cac396df 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -539,7 +539,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);
+EXTERN_C MIR_APP_DLL(void) Chat_AddMenuItems(HMENU hMenu, int nItems, const gc_item *Item, int = hLangpack);
//////////////////////////////////////////////////////////////////////////
// Get Chat ToolTip Text for buddy
|