From 353f66dee3f468aaf7cc0d0ab314df89ae56c428 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 27 Jun 2007 09:05:21 +0000 Subject: fix network registered module name git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@216 4f64403b-2f21-0410-a795-97e2b3489a10 --- MirandaPlugin/Templates/1033/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3