summaryrefslogtreecommitdiff
path: root/nohtml/nohtml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nohtml/nohtml.cpp')
-rw-r--r--nohtml/nohtml.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/nohtml/nohtml.cpp b/nohtml/nohtml.cpp
index caacecb..8c0b8da 100644
--- a/nohtml/nohtml.cpp
+++ b/nohtml/nohtml.cpp
@@ -13,6 +13,8 @@ PLUGINLINK *pluginLink;
DWORD mirandaVer;
int codepage;
+struct MM_INTERFACE mmi;
+
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
//META_PROTO,
@@ -97,6 +99,8 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) {
pluginLink=link;
codepage = (int)CallService(MS_LANGPACK_GETCODEPAGE, 0, 0);
+ mir_getMMI(&mmi);
+
InitOptions();
/////////////