summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/stdafx.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-07-26 13:03:41 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-07-26 13:03:41 +0000
commitb356c02a32cea58b39c4970ed67cf6ff2a218e00 (patch)
tree577963b67f7f2f92e0e994656c71a553e3d229c1 /plugins/MirLua/src/stdafx.h
parent4a966be3c32e745b2567e51c27766942f798f77d (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/stdafx.h')
-rw-r--r--plugins/MirLua/src/stdafx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index 62eaa25326..232d1eeef3 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -83,8 +83,7 @@ LUAMOD_API int (luaopen_m_hotkeys)(lua_State *L);
#define MLUA_MESSAGE "m_message"
LUAMOD_API int (luaopen_m_message)(lua_State *L);
-#define MLUA_MSGBUTTONSBAR "m_msg_buttonsbar"
-LUAMOD_API int (luaopen_m_msg_buttonsbar)(lua_State *L);
+#include "m_msg_buttonsbar.h"
#define MLUA_POPUP "m_popup"
LUAMOD_API int (luaopen_m_popup)(lua_State *L);