From 9ed5a0436109770d38318ae9a3c117f46aeefa5e Mon Sep 17 00:00:00 2001
From: Kirill Volinsky <mataes2007@gmail.com>
Date: Fri, 18 May 2012 20:12:25 +0000
Subject: added new langpavk support

git-svn-id: http://svn.miranda-ng.org/main/trunk@54 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/yapp/popups2.cpp | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'plugins/yapp')

diff --git a/plugins/yapp/popups2.cpp b/plugins/yapp/popups2.cpp
index d95c88411a..57ca16208f 100644
--- a/plugins/yapp/popups2.cpp
+++ b/plugins/yapp/popups2.cpp
@@ -27,6 +27,7 @@ COLORREF colBg = GetSysColor(COLOR_3DSHADOW);
 HFONT hFontFirstLine = 0, hFontSecondLine = 0, hFontTime = 0;
 COLORREF colFirstLine = RGB(255, 0, 0), colSecondLine = 0, colTime = RGB(0, 0, 255), colBorder = RGB(0, 0, 0), 
 	colSidebar = RGB(128, 128, 128), colTitleUnderline = GetSysColor(COLOR_3DSHADOW);
+int hLangpack;
 
 PLUGININFOEX pluginInfo={
 	sizeof(PLUGININFOEX),
@@ -342,6 +343,7 @@ extern "C" int POPUPS2_API Load(PLUGINLINK *link) {
 
 	mir_getLI(&li);
 	mir_getMMI(&mmi);
+	mir_getLP(&pluginInfoEx);
 
 	InitMessagePump();
 	InitOptions();
-- 
cgit v1.2.3