Changeset 6464 for trunk/licq

Show
Ignore:
Timestamp:
07/24/08 04:11:35 (4 months ago)
Author:
flynd
Message:

Using search & replace sometime gets too many hits.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_user.h

    r6462 r6464  
    519519  //!Retrivies the users homepage description 
    520520  const char* GetHomepageDesc() const           {  return m_szHomepageDesc; } 
    521   //!Returns true if the user has an ICQ homepage (http://<uin>.home.icq.com/) const 
     521  //!Returns true if the user has an ICQ homepage (http://<uin>.home.icq.com/) 
    522522  bool GetICQHomepagePresent() const            {  return m_bICQHomepagePresent; } 
    523523