diff options
author | richard <none@none> | 2010-01-22 17:40:28 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-22 17:40:28 -0800 |
commit | 947398563e8082fae2583d2749b69ad16611eae5 (patch) | |
tree | 61aab38a32e6822d96cc8efe094d41f89b378861 /indra/llui/lluiimage.cpp | |
parent | fa891c062ef66410123c66de1ef67b7dcef327db (diff) | |
parent | 955c0cc5a9ab8fb9eda7a6c20cd7bd09c2fd9369 (diff) |
merge
Diffstat (limited to 'indra/llui/lluiimage.cpp')
-rw-r--r-- | indra/llui/lluiimage.cpp | 4 |
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); } } |