pull/1/head
Darrell Anderson 12 years ago
parent 391ec4487d
commit 8f8f58d043

@ -225,7 +225,7 @@ void StatisticsContact::commonStatsCheck(const TQString name, TQString& statVar1
*
* Then it is only a question of some calculations.
*
* <li>Recalculate the average message lenght
* <li>Recalculate the average message length
*
* <li>Change last-talk datetime
* </ul>
@ -248,7 +248,7 @@ void StatisticsContact::newMessageReceived(Kopete::Message& m)
m_lastMessageReceived = currentDateTime;
// Message lenght
// Message length
m_messageLength= (m.plainBody().length() + m_messageLength * m_messageLengthOn)/(1 + m_messageLengthOn);
m_messageLengthOn++;

@ -1120,7 +1120,7 @@ void MSNNotifySocket::changePublicName( const TQString &publicName, const TQStri
TQString tempPublicName = publicName;
//The maximum length is 387. but with utf8 or encodage, each character may be triple
// 387/3 = 129 so we make sure the lenght is not logner than 129 char, even if
// 387/3 = 129 so we make sure the length is not longer than 129 char, even if
// it's possible to have longer nicks.
if( escape(publicName).length() > 129 )
{

Loading…
Cancel
Save