libpurple/blist.h

branch
release-2.x.y
changeset 38082
63975292a852
parent 29671
6463da9d8275
child 38964
9953aa06b5e2
--- a/libpurple/blist.h	Tue Oct 04 12:40:16 2016 -0500
+++ b/libpurple/blist.h	Tue Oct 04 13:03:28 2016 -0500
@@ -139,7 +139,7 @@
 	PurpleBlistNode node;                     /**< The node that this buddy inherits from */
 	char *name;                             /**< The name of the buddy. */
 	char *alias;                            /**< The user-set alias of the buddy */
-	char *server_alias;                     /**< The server-specified alias of the buddy.  (i.e. MSN "Friendly Names") */
+	char *server_alias;                     /**< The server-specified alias of the buddy */
 	void *proto_data;                       /**< This allows the prpl to associate whatever data it wants with a buddy */
 	PurpleBuddyIcon *icon;                    /**< The buddy icon. */
 	PurpleAccount *account;					/**< the account this buddy belongs to */

mercurial