From 6e0a54a479bbcb862df2f69945aa5e3d16ad9db2 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 15 Aug 2010 23:35:06 +0300 Subject: modified: init.cpp modified: main.cpp modified: new_gpg.rc modified: resource.h --- init.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 916f846..4c96d01 100644 --- a/init.cpp +++ b/init.cpp @@ -137,12 +137,11 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) int HookSendMsg(WPARAM w, LPARAM l); // int TestHook(WPARAM w, LPARAM l); -// void test(); + void InitCheck(); void FirstRun(); FirstRun(); - -// test(); + InitCheck(); HookEvent(ME_OPT_INITIALISE, GpgOptInit); HookEvent(ME_DB_EVENT_FILTER_ADD, HookSendMsg); -- cgit v1.2.3