summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/main.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-10-28 20:12:50 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-10-28 20:12:50 +0000
commit679b23b4d1c5b2d935085b199d9327bec8477378 (patch)
tree1ba71e9c6d153b777a9fb142d8b79c0ce8354582 /plugins/MirLua/src/main.cpp
parent13a2213b0aaf3778221bb4caf010f7696c57be30 (diff)
MirLua:
- internal icons added to iconlib - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/main.cpp')
-rw-r--r--plugins/MirLua/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp
index 5381b34c19..fabad6a287 100644
--- a/plugins/MirLua/src/main.cpp
+++ b/plugins/MirLua/src/main.cpp
@@ -48,6 +48,8 @@ int OnModulesLoaded(WPARAM, LPARAM)
hRecvMessage = CreateHookableEvent(MODULE PSR_MESSAGE);
CreateProtoServiceFunction(MODULE, PSR_MESSAGE, FilterRecvMessage);
+ InitIcons();
+
g_mLua = new CMLua();
g_mLua->Load();