From 539586996ab793264744b580e808140da439a22e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 2 Apr 2018 15:53:29 +0300 Subject: fixes #1241 (some status menu items don't change language until restart) --- protocols/JabberG/src/jabber_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/JabberG/src/jabber_proto.h') diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index a90d65494a..e3c8aea5f1 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -121,6 +121,7 @@ struct CJabberProto : public PROTO, public IJabberInterface int __cdecl OnContactDeleted(WPARAM, LPARAM); int __cdecl OnDbSettingChanged(WPARAM, LPARAM); int __cdecl OnIdleChanged(WPARAM, LPARAM); + int __cdecl OnLangChanged(WPARAM, LPARAM); int __cdecl OnModulesLoadedEx(WPARAM, LPARAM); int __cdecl OnOptionsInit(WPARAM, LPARAM); int __cdecl OnPreShutdown(WPARAM, LPARAM); @@ -634,6 +635,7 @@ struct CJabberProto : public PROTO, public IJabberInterface void MenuInit(void); void MenuUpdateSrmmIcon(JABBER_LIST_ITEM *item); + void BuildPriorityMenu(void); void UpdatePriorityMenu(int priority); HGENMENU m_hMenuPriorityRoot; -- cgit v1.2.3