diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-29 13:06:36 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-29 13:06:36 +0200 |
commit | 4c2dbe93635f0c25c347e4fe7152b78733697cdf (patch) | |
tree | 3991c33d46ee862c20b672b2c5e57768cb7a866b /indra/newview/llpanelgroupnotices.cpp | |
parent | aea3d79be74210d537cb9f9afc54a4f2e240bc99 (diff) | |
parent | 8a7ca61479813f55481f1040f75cd6fc63e713d2 (diff) |
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelgroupnotices.cpp')
-rw-r--r-- | indra/newview/llpanelgroupnotices.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgroupnotices.cpp b/indra/newview/llpanelgroupnotices.cpp index 45fc3d4688..6210973dae 100644 --- a/indra/newview/llpanelgroupnotices.cpp +++ b/indra/newview/llpanelgroupnotices.cpp @@ -614,7 +614,7 @@ void LLPanelGroupNotices::showNotice(const std::string& subject, mViewInventoryIcon->setVisible(TRUE); std::stringstream ss; - ss << " " << LLViewerInventoryItem::getDisplayName(inventory_name); + ss << " " << inventory_name; mViewInventoryName->setText(ss.str()); mBtnOpenAttachment->setEnabled(TRUE); |