diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 05:31:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 05:31:06 +0000 |
commit | 8ebcd3f22585af1c4e3cd11e8753e62ca6d448b5 (patch) | |
tree | 59dc74eecfbf8557aea9b2656acdda87402233dd | |
parent | 85cad5018ca7286152909d956eccac033625ba17 (diff) |
added first init
git-svn-id: http://svn.miranda-ng.org/main/trunk@3680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 71748f8cbe..c0af9837c0 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -382,6 +382,7 @@ static int ModuleLoad(WPARAM wParam, LPARAM lParam) int MirandaLoaded(WPARAM wParam, LPARAM lParam)
{
InitPcre();
+ ModuleLoad(0, 0);
COptPage PopupOptPage(g_PopupOptPage);
PopupOptPage.DBToMem();
RecompileRegexps(*(TCString*)PopupOptPage.GetValue(IDC_POPUPOPTDLG_IGNORESTRINGS));
|