# HG changeset patch # User Mark Doliner # Date 1156200234 0 # Node ID c61d932c2a527de129beedef03376935f96371f9 # Parent 43d9afee9c3c5ee614a963767f985b16c254e18d [gaim-migrate @ 16960] Minor comment change committer: Tailor Script diff -r 43d9afee9c3c -r c61d932c2a52 libgaim/account.h --- a/libgaim/account.h Mon Aug 21 22:08:19 2006 +0000 +++ b/libgaim/account.h Mon Aug 21 22:43:54 2006 +0000 @@ -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. */