From: <the...@us...> - 2006-08-21 22:43:59
|
Revision: 16960 Author: thekingant Date: 2006-08-21 15:43:54 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16960&view=rev Log Message: ----------- Minor comment change Modified Paths: -------------- trunk/libgaim/account.h Modified: trunk/libgaim/account.h =================================================================== --- trunk/libgaim/account.h 2006-08-21 22:08:19 UTC (rev 16959) +++ trunk/libgaim/account.h 2006-08-21 22:43:54 UTC (rev 16960) @@ -56,7 +56,7 @@ struct _GaimAccount { char *username; /**< The username. */ - char *alias; /**< The current alias. */ + char *alias; /**< How you appear to yourself. */ char *password; /**< The account password. */ char *user_info; /**< User information. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |