diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-22 18:28:08 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-22 18:28:08 +0000 |
commit | e8825c7589e16d05b5bfc03b38d2a849c8078377 (patch) | |
tree | 45dbca4f2f304c5c96d2951ce23bd098d331534f /plugins/MirLua/src/mlua.cpp | |
parent | a16896758198562465cc2cdfdbc97fbd1b81aa55 (diff) |
MirLua: hotkeys cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@14638 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 21a24e055c..fac6fa9307 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -67,6 +67,7 @@ void CMLua::Unload() ::KillModuleIcons(hScriptsLangpack);
::KillModuleMenus(hScriptsLangpack);
+ ::KillModuleHotkeys(hScriptsLangpack);
CMLua::KillModuleServices();
CMLua::KillModuleEventHooks();
//KillModuleSubclassing
|