diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-18 15:33:29 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-18 15:33:29 +0300 |
commit | 8ef72578611917675179230aec4a6956463ef39a (patch) | |
tree | d9e6f6b2635f9a756f3e91cf55e251bedb1d55cb /init.cpp | |
parent | 0c99b116f722a4609c29a4fbda986cd1e2c6790a (diff) |
started ui implementation, some rework
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)"; |