diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:59:12 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-10 18:59:12 +0300 |
| commit | 7028b158bc798dffcb7b5ca0eaa4bc0ff77ed76a (patch) | |
| tree | ce01b180b2a15d2a05f256712803a0081315c954 /protocols/JabberG/src | |
| parent | 24f1172138e3ddfc50cb79c5eea488af3c834a72 (diff) | |
various quirks
Diffstat (limited to 'protocols/JabberG/src')
| -rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 2732b4ddd8..aa6c0e5d45 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -296,7 +296,7 @@ void CJabberProto::OnModulesLoaded() m_pepServices.InitGui();
InitPopups();
- GlobalMenuInit();
+ MenuInit();
UpdateFeatHash();
StatusIconData sid = {};
|
