diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-26 13:52:16 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-26 13:52:16 +0000 |
commit | 8c406aebce15a05f136ac8e38397306a7d8d3976 (patch) | |
tree | b85de7ddd3f1e124f155b539b411ff3148193ed5 /plugins/MirLua/src/mlua.cpp | |
parent | 38f9ee31afcb519f7ecba02b56737ae637de5c7a (diff) |
MirLua will remove toolbar buttons on script reloading
git-svn-id: http://svn.miranda-ng.org/main/trunk@14729 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r-- | plugins/MirLua/src/mlua.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index e65ad4c8b9..6da603358d 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -66,7 +66,8 @@ void CMLua::Unload() }
::KillModuleMBButtons();
-
+ ::KillModuleTTBButton();
+
::KillModuleIcons(hScriptsLangpack);
::KillModuleMenus(hScriptsLangpack);
::KillModuleHotkeys(hScriptsLangpack);
|