diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-16 08:05:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-16 08:05:21 +0000 |
commit | 92ae639c117fb2f8c8b28799356b747547330819 (patch) | |
tree | d11dc6d7aebb07e5dfde258b342be86a097bef3d /protocols/Gadu-Gadu/gg_proto.cpp | |
parent | f290d57f64b6bae7735523d09e2fa5ec27966081 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/gg_proto.cpp')
-rw-r--r-- | protocols/Gadu-Gadu/gg_proto.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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;
|