From b06316ffd29888f749d927577e15ced4945cc5d0 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Wed, 25 Aug 2010 01:52:45 +0300 Subject: modified: init.cpp --- init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index 7a39f1e..85acbee 100644 --- a/init.cpp +++ b/init.cpp @@ -184,7 +184,7 @@ static int OnModulesLoaded(WPARAM wParam,LPARAM lParam) } - bIsMiranda09 = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0) >= 0x00090100?true:false; + bIsMiranda09 = (DWORD)CallService(MS_SYSTEM_GETVERSION, 0, 0) >= 0x00090001?true:false; bMetaContacts = ServiceExists(MS_MC_GETMETACONTACT); if(bJabberAPI && bIsMiranda09) -- cgit v1.2.3