Bug 954628 - Chat tooltips should contain the topic, r=clokep.

This commit is contained in:
Benedikt Pfeifer 2012-09-07 11:15:17 +02:00
Родитель e9efca8870
Коммит 412f53b407
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -334,6 +334,8 @@
this.removeAttribute("status");
this.setBuddyIcon(null);
this.addRow(this.bundle.GetStringFromName("buddy.account"), account.name);
if (aConv.topic)
this.addRow(this.bundle.GetStringFromName("conversation.topic"), aConv.topic);
return true;
]]>
</body>

Просмотреть файл

@ -6,3 +6,4 @@ buddy.screenname=Buddy
buddy.loggedIn=Logged In
buddy.account=Account
contact.tags=Tags
conversation.topic=Topic