diff options
Diffstat (limited to 'plugins/metacontacts/meta_main.c')
-rw-r--r-- | plugins/metacontacts/meta_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/metacontacts/meta_main.c b/plugins/metacontacts/meta_main.c index 7554992f63..da442c8a01 100644 --- a/plugins/metacontacts/meta_main.c +++ b/plugins/metacontacts/meta_main.c @@ -89,6 +89,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. struct MM_INTERFACE mmi;
BOOL os_unicode_enabled = FALSE;
+int hLangpack;
//! Information gathered by Miranda, displayed in the plugin pane of the Option Dialog
PLUGININFOEX pluginInfo={
@@ -167,7 +168,8 @@ int __declspec(dllexport)Load(PLUGINLINK *link) pluginLink=link;
- mir_getMMI(&mmi);
+ mir_getMMI(&mmi);
+ mir_getLP(&pluginInfoEx);
os_unicode_enabled = IsUnicodeOS();
|