summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/msn')
-rw-r--r--kopete/protocols/msn/ReleaseNotes2
-rw-r--r--kopete/protocols/msn/msnaccount.cpp2
-rw-r--r--kopete/protocols/msn/msnswitchboardsocket.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/protocols/msn/ReleaseNotes b/kopete/protocols/msn/ReleaseNotes
index 3a2b2f6a..1a36724a 100644
--- a/kopete/protocols/msn/ReleaseNotes
+++ b/kopete/protocols/msn/ReleaseNotes
@@ -23,7 +23,7 @@ release:
internally a group ID is used. Kopete currently uses the name as a unique
identifier, however, and will likely get a bit confused by this. If you
do experience problems, you could join both groups using another MSN
- client, like the official client, Trillian or Gaim as a workaround.
+ client, like the official client, Trillian or Pidgin as a workaround.
- Kopete contacts can be at Top-Level and in no groups. MSN doesn't
support this freature. The kopete's contact list can differe from server
diff --git a/kopete/protocols/msn/msnaccount.cpp b/kopete/protocols/msn/msnaccount.cpp
index 6c4aa9cc..c4dcabf2 100644
--- a/kopete/protocols/msn/msnaccount.cpp
+++ b/kopete/protocols/msn/msnaccount.cpp
@@ -1178,7 +1178,7 @@ void MSNAccount::slotCreateChat( const TQString& ID, const TQString& address, co
/**
* This code should open a chatwindow when a socket is open
- * It has been disabled because gaim open switchboeard too often
+ * It has been disabled because pidgin open switchboeard too often
*
* the solution is to open the window only when the contact start typing
* see MSNChatSession::receivedTypingMsg
diff --git a/kopete/protocols/msn/msnswitchboardsocket.cpp b/kopete/protocols/msn/msnswitchboardsocket.cpp
index 7d678760..3298e46e 100644
--- a/kopete/protocols/msn/msnswitchboardsocket.cpp
+++ b/kopete/protocols/msn/msnswitchboardsocket.cpp
@@ -695,7 +695,7 @@ int MSNSwitchBoardSocket::sendMsg( const Kopete::Message &msg )
}
}
- // User-Agent is not a official flag, but GAIM has it
+ // User-Agent is not a official flag, but PIDGIN has it
TQString UA;
if( config->readBoolEntry("SendClientInfo", true) )
{