summaryrefslogtreecommitdiff
path: root/MySpace/net.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-03 06:26:19 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2007-07-03 06:26:19 +0000
commit6ad2fdede0ae25dc0d56b5e45f6b9aa876e93b68 (patch)
tree338cd3a33a281b5f8372908f9b2ffb280dd611f2 /MySpace/net.cpp
parent3211838af8942e88c53fb775ccd1a2524049592e (diff)
don't strip links in <a> tags
get avatars! woohoo :) git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/net.cpp')
-rw-r--r--MySpace/net.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/net.cpp b/MySpace/net.cpp
index 998e3cf..1613946 100644
--- a/MySpace/net.cpp
+++ b/MySpace/net.cpp
@@ -10,7 +10,7 @@ void InitNetlib() {
nl_user.flags = NUF_OUTGOING | NUF_HTTPCONNS;
char buff[512];
- mir_snprintf(buff, 512, "%s server connection", MODULE);
+ mir_snprintf(buff, 512, "%s connections", MODULE);
nl_user.szDescriptiveName = buff;
hNetlibUser = (HANDLE)CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nl_user);