diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-02 19:51:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-02 19:51:50 +0300 |
commit | 8d3083580d13ca1dbbff00485ccfb102b425e7ce (patch) | |
tree | b62258bf8f0c316e99c4ff6a4c6de7ff594d6896 | |
parent | 683d56877a29d057a61619d52a3cb1aa4e512851 (diff) |
fix for global status menu translation
-rw-r--r-- | src/mir_app/src/menu_clist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/menu_clist.cpp b/src/mir_app/src/menu_clist.cpp index a7d1718498..4c196c231a 100644 --- a/src/mir_app/src/menu_clist.cpp +++ b/src/mir_app/src/menu_clist.cpp @@ -1153,6 +1153,7 @@ void InitCustomMenus(void) }
HookEvent(ME_HOTKEYS_CHANGED, sttRebuildHotkeys);
+ HookEvent(ME_LANGPACK_CHANGED, sttRebuildHotkeys);
// add exit command to menu
CMenuItem mi;
|