diff options
Diffstat (limited to 'plugins/yapp/popups2.cpp')
-rw-r--r-- | plugins/yapp/popups2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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();
|