diff options
author | Darrell Anderson <[email protected]> | 2012-11-02 12:02:09 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-02 12:02:09 -0500 |
commit | 6e76ea6798905b5afa5079133a957fbe93bac028 (patch) | |
tree | 380ed299ef9e994abef18a637b43e83af3526931 /kopete/protocols/groupwise/gwprotocol.cpp | |
parent | 3144ada216561f263ba92045fd19066b3cfe6390 (diff) | |
download | tdenetwork-6e76ea6798905b5afa5079133a957fbe93bac028.tar.gz tdenetwork-6e76ea6798905b5afa5079133a957fbe93bac028.zip |
Update kopete references of gaim to pidgin.
This resolves bug report 865.
Thanks to Kristopher Gamrat.
Diffstat (limited to 'kopete/protocols/groupwise/gwprotocol.cpp')
-rw-r--r-- | kopete/protocols/groupwise/gwprotocol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/groupwise/gwprotocol.cpp b/kopete/protocols/groupwise/gwprotocol.cpp index 68a31fb4..237122c6 100644 --- a/kopete/protocols/groupwise/gwprotocol.cpp +++ b/kopete/protocols/groupwise/gwprotocol.cpp @@ -5,7 +5,7 @@ Based on Testbed Copyright (c) 2003 by Will Stephenson <[email protected]> - rtfizeTest from nm_rtfize_text, from Gaim src/protocols/novell/nmuser.c + rtfizeTest from nm_rtfize_text, from Pidgin src/protocols/novell/nmuser.c Copyright (c) 2004 Novell, Inc. All Rights Reserved Kopete (c) 2002-2003 by the Kopete developers <[email protected]> @@ -178,7 +178,7 @@ TQString GroupWiseProtocol::rtfizeText( const TQString & plain ) "{\\colortbl ;\\red0\\green0\\blue0;}\n" "\\uc1\\cf1\\f0\\fs18 %1\\par\n}"); TQString outputText; // output text - TQCString plainUtf8 = plain.utf8(); // encoded as UTF8, because that's what this encoding algorithm, taken from Gaim's Novell plugin + TQCString plainUtf8 = plain.utf8(); // encoded as UTF8, because that's what this encoding algorithm, taken from Pidgin's Novell plugin uint index = 0; // current char to transcode while ( index < plainUtf8.length() ) { |