summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-27 09:05:21 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-06-27 09:05:21 +0000
commit353f66dee3f468aaf7cc0d0ab314df89ae56c428 (patch)
tree362b0bc5ec6f6ab6c4adc3a148ec27931a1852f9
parent24c5d2cda7ed038a6461ec41ae8425bc5368eadb (diff)
fix network registered module name
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@216 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r--MirandaPlugin/Templates/1033/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MirandaPlugin/Templates/1033/net.cpp b/MirandaPlugin/Templates/1033/net.cpp
index e7beb8a..812c551 100644
--- a/MirandaPlugin/Templates/1033/net.cpp
+++ b/MirandaPlugin/Templates/1033/net.cpp
@@ -8,7 +8,7 @@ void InitNetlib() {
nl_user.cbSize = sizeof(nl_user);
nl_user.szSettingsModule = MODULE;
nl_user.flags = NUF_OUTGOING | NUF_HTTPCONNS;
- nl_user.szDescriptiveName = "Updater";
+ nl_user.szDescriptiveName = MODULE;
hNetlibUser = (HANDLE)CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nl_user);
}