From 92ae639c117fb2f8c8b28799356b747547330819 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jul 2012 08:05:21 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/gg_proto.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Gadu-Gadu') diff --git a/protocols/Gadu-Gadu/gg_proto.cpp b/protocols/Gadu-Gadu/gg_proto.cpp index 2b8a8d4910..7d20d94a33 100644 --- a/protocols/Gadu-Gadu/gg_proto.cpp +++ b/protocols/Gadu-Gadu/gg_proto.cpp @@ -33,6 +33,7 @@ GGPROTO::GGPROTO(const char* pszProtoName, const TCHAR* tszUserName) // Init instance names m_szModuleName = mir_strdup(pszProtoName); + m_tszUserName = mir_tstrdup(tszUserName); m_szProtoName = GGDEF_PROTONAME; m_iVersion = 2; -- cgit v1.2.3