diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-26 13:03:41 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-26 13:03:41 +0000 |
commit | b356c02a32cea58b39c4970ed67cf6ff2a218e00 (patch) | |
tree | 577963b67f7f2f92e0e994656c71a553e3d229c1 /plugins/MirLua/src/mlua.cpp | |
parent | 4a966be3c32e745b2567e51c27766942f798f77d (diff) |
MirLua will remove message bar buttons on script reloading
git-svn-id: http://svn.miranda-ng.org/main/trunk@14725 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index fac6fa9307..e65ad4c8b9 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -64,6 +64,8 @@ void CMLua::Unload() script->Unload();
delete script;
}
+
+ ::KillModuleMBButtons();
::KillModuleIcons(hScriptsLangpack);
::KillModuleMenus(hScriptsLangpack);
|