diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 10:39:20 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-15 10:39:20 +0000 |
commit | f2007b09a799f7259632a761edab9598e766cfbb (patch) | |
tree | d08154fe1c3cd61adb7a7f68eed6a916b55e0bb5 /MRA/Mra.cpp | |
parent | 6a69c6f196ed42123cd91d16065a9582fba59222 (diff) |
MRA:
added support for the new langpacks
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@97 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MRA/Mra.cpp')
-rw-r--r-- | MRA/Mra.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MRA/Mra.cpp b/MRA/Mra.cpp index ef75675..3d8cea3 100644 --- a/MRA/Mra.cpp +++ b/MRA/Mra.cpp @@ -403,8 +403,7 @@ extern "C" __declspec(naked) void __cdecl _allshl() PLUGINLINK *pluginLink;
MM_INTERFACE mmi;
MRA_SETTINGS masMraSettings;
-
-
+int hLangpack;
PLUGININFOEX pluginInfoEx={
sizeof(PLUGININFOEX),
@@ -530,6 +529,7 @@ extern "C" __declspec(dllexport) int Load(PLUGINLINK *link) PROTOCOLDESCRIPTOR pd={0};
pluginLink=link;
+ mir_getLP(&pluginInfoEx);
mir_getMMI(&mmi);
|