From 8ef72578611917675179230aec4a6956463ef39a Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 18 Jul 2010 15:33:29 +0300 Subject: started ui implementation, some rework --- init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.cpp') diff --git a/init.cpp b/init.cpp index ea225f3..4016b8a 100644 --- a/init.cpp +++ b/init.cpp @@ -75,7 +75,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded); mir_getMMI(&mmi); mir_getUTFI(&utfi); - mir_getXI(&xi); + mir_getXI(&xi); //TODO: check if we have access to api nu.cbSize = sizeof(nu); nu.szSettingsModule = szModuleName; nu.szDescriptiveName = "Juick plugin HTTP connections (avatars)"; -- cgit v1.2.3