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/yahoo | |
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/yahoo')
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/libyahoo.c | 4 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/libyahoo.h | 4 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/yahoo_fn.c | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/libkyahoo/yahoo_fn.h | 2 | ||||
-rw-r--r-- | kopete/protocols/yahoo/yahooaccount.cpp | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/kopete/protocols/yahoo/libkyahoo/libyahoo.c b/kopete/protocols/yahoo/libkyahoo/libyahoo.c index a97e7be7..b3a1f9f8 100644 --- a/kopete/protocols/yahoo/libkyahoo/libyahoo.c +++ b/kopete/protocols/yahoo/libkyahoo/libyahoo.c @@ -4,10 +4,10 @@ * Some code copyright (C) 2002, Philip S Tellis <philip . tellis AT gmx . net> * * Much of this code was taken and adapted from the yahoo module for - * gaim released under the GNU GPL. This code is also released under the + * pidgin released under the GNU GPL. This code is also released under the * GNU GPL. * - * This code is derivitive of Gaim <http://gaim.sourceforge.net> + * This code is derivitive of Pidgin <http://pidgin.sourceforge.net> * copyright (C) 1998-1999, Mark Spencer <[email protected]> * 1998-1999, Adam Fritzler <[email protected]> * 1998-2002, Rob Flynn <[email protected]> diff --git a/kopete/protocols/yahoo/libkyahoo/libyahoo.h b/kopete/protocols/yahoo/libkyahoo/libyahoo.h index b15f57aa..e9cad06e 100644 --- a/kopete/protocols/yahoo/libkyahoo/libyahoo.h +++ b/kopete/protocols/yahoo/libkyahoo/libyahoo.h @@ -4,10 +4,10 @@ * Some code copyright (C) 2002, Philip S Tellis <philip . tellis AT gmx . net> * * Much of this code was taken and adapted from the yahoo module for - * gaim released under the GNU GPL. This code is also released under the + * pidgin released under the GNU GPL. This code is also released under the * GNU GPL. * - * This code is derivitive of Gaim <http://gaim.sourceforge.net> + * This code is derivitive of Pidgin <http://pidgin.sourceforge.net> * copyright (C) 1998-1999, Mark Spencer <[email protected]> * 1998-1999, Adam Fritzler <[email protected]> * 1998-2002, Rob Flynn <[email protected]> diff --git a/kopete/protocols/yahoo/libkyahoo/yahoo_fn.c b/kopete/protocols/yahoo/libkyahoo/yahoo_fn.c index 56712898..72cebd2e 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoo_fn.c +++ b/kopete/protocols/yahoo/libkyahoo/yahoo_fn.c @@ -1,5 +1,5 @@ /* - * gaim + * pidgin * * Some code copyright (C) 1998-1999, Mark Spencer <[email protected]> * libfaim code copyright 1998, 1999 Adam Fritzler <[email protected]> diff --git a/kopete/protocols/yahoo/libkyahoo/yahoo_fn.h b/kopete/protocols/yahoo/libkyahoo/yahoo_fn.h index c4b34c81..fc9d68e9 100644 --- a/kopete/protocols/yahoo/libkyahoo/yahoo_fn.h +++ b/kopete/protocols/yahoo/libkyahoo/yahoo_fn.h @@ -1,5 +1,5 @@ /* - * gaim + * pidgin * * Copyright (C) 2003 * 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>" ); |