reapply 72c9af4eec84: MAINT-840 VWR-28604 DEV-2548: [PUBLIC]Object by multiple creators shows creator

as "(unknown)" in Inventory.   Now shows "(unknown / multiple)".  Reviewed by Kelly
master
simon@Simon-PC.lindenlab.com 2012-09-20 10:00:57 -04:00
parent b5e71964e5
commit e756a1523c
2 changed files with 5 additions and 1 deletions

View File

@ -352,7 +352,7 @@ void LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem* item)
getChildView("BtnCreator")->setEnabled(FALSE);
getChildView("LabelCreatorTitle")->setEnabled(FALSE);
getChildView("LabelCreatorName")->setEnabled(FALSE);
getChild<LLUICtrl>("LabelCreatorName")->setValue(getString("unknown"));
getChild<LLUICtrl>("LabelCreatorName")->setValue(getString("unknown_multiple"));
}
////////////////

View File

@ -11,6 +11,10 @@
name="unknown">
(unknown)
</panel.string>
<panel.string
name="unknown_multiple">
(unknown / multiple)
</panel.string>
<panel.string
name="public">
(public)