summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/yahoo/yahooaccount.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-02 12:02:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-02 12:02:09 -0500
commit6e76ea6798905b5afa5079133a957fbe93bac028 (patch)
tree380ed299ef9e994abef18a637b43e83af3526931 /kopete/protocols/yahoo/yahooaccount.cpp
parent3144ada216561f263ba92045fd19066b3cfe6390 (diff)
downloadtdenetwork-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/yahoo/yahooaccount.cpp')
-rw-r--r--kopete/protocols/yahoo/yahooaccount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/yahoo/yahooaccount.cpp b/kopete/protocols/yahoo/yahooaccount.cpp
index 7cc330f2..a38feccb 100644
--- a/kopete/protocols/yahoo/yahooaccount.cpp
+++ b/kopete/protocols/yahoo/yahooaccount.cpp
@@ -174,7 +174,7 @@ TQString YahooAccount::stripMsgColorCodes(const TQString& msg)
filteredMsg.replace( "\033[4m", "<u>" );
filteredMsg.replace( "\033[x4m", "</u>" );
- //GAIM doesn't check for ^[[3m. Does this ever get sent?
+ //PIDGIN doesn't check for ^[[3m. Does this ever get sent?
filteredMsg.replace( "\033[3m", "<i>" );
filteredMsg.replace( "\033[x3m", "</i>" );