diff libpurple/protocols/qq/group_info.c @ 30089:29df7408df03

Eliminate the name collisions on "Title". I have a few qualms: * I'm only guessing that Novell and Mxit's "Title" corresponds to the same thing as Jabber's (i.e. the vCard spec) * I changed MySpace and MSN's tune names to be in line with XMPP's, but they seem a bit ugly. * See the XXX in QQ Closes #1157, hopefully
author Paul Aurich <paul@darkrain42.org>
date Sun, 04 Apr 2010 04:31:54 +0000
parents 7da3cf2530b7
children 4deef745de87
line wrap: on
line diff
--- a/libpurple/protocols/qq/group_info.c	Sun Apr 04 03:42:16 2010 +0000
+++ b/libpurple/protocols/qq/group_info.c	Sun Apr 04 04:31:54 2010 +0000
@@ -138,7 +138,8 @@
 
 	room_info = purple_notify_user_info_new();
 
-	purple_notify_user_info_add_pair(room_info, _("Title"), rmd->title_utf8);
+	/* XXX: Should this be "Topic"? */
+	purple_notify_user_info_add_pair(room_info, _("Room Title"), rmd->title_utf8);
 	purple_notify_user_info_add_pair(room_info, _("Notice"), rmd->notice_utf8);
 	purple_notify_user_info_add_pair(room_info, _("Detail"), rmd->desc_utf8);