diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 17:55:38 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-17 17:55:38 +0300 |
commit | 81090063e2cfcf2d935101a71b0fd25a82290e6e (patch) | |
tree | 8673f000e33757e6ebe64cc0dd58dba36bc59bb1 /init.cpp | |
parent | e898920b8a8728296570c8f00b36f810cac09210 (diff) |
modified: commonheaders.h
modified: init.cpp
modified: juick.vcproj
new file: m_buttonbar.h
new file: ui.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link) nu.szSettingsModule = szModuleName; nu.szDescriptiveName = "Juick plugin HTTP connections (avatars)"; nu.flags = NUF_OUTGOING | NUF_HTTPCONNS; - CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nu); + CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nu); return 0; } |