summaryrefslogtreecommitdiff
path: root/indra/llui/lluiimage.cpp
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-02 13:20:00 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-02 13:20:00 +0200
commitfb174d1de39a2b551030da09e0dd9262b79278df (patch)
treee68c81bfbb13de6eff99436a6acb4b2179dd2012 /indra/llui/lluiimage.cpp
parente6538ddbe95f0c297e67b9f5decabfcb6241ed2a (diff)
parent9b0518dd8e46dfe74eaa0f7622b1486dbde32b82 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lluiimage.cpp')
-rw-r--r--indra/llui/lluiimage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lluiimage.cpp b/indra/llui/lluiimage.cpp
index 966d919dc7..8cd6460b66 100644
--- a/indra/llui/lluiimage.cpp
+++ b/indra/llui/lluiimage.cpp
@@ -182,11 +182,11 @@ namespace LLInitParam
{
if (mData.mValue == NULL)
{
- name = "none";
+ name.set("none", false);
}
else
{
- name = mData.mValue->getName();
+ name.set(mData.mValue->getName(), false);
}
}