diff options
Diffstat (limited to 'linden/indra/newview/llviewerobject.cpp')
-rw-r--r-- | linden/indra/newview/llviewerobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerobject.cpp b/linden/indra/newview/llviewerobject.cpp index 6e74caf..a854583 100644 --- a/linden/indra/newview/llviewerobject.cpp +++ b/linden/indra/newview/llviewerobject.cpp | |||
@@ -1419,7 +1419,7 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys, | |||
1419 | coloru.mV[3] = 255 - coloru.mV[3]; | 1419 | coloru.mV[3] = 255 - coloru.mV[3]; |
1420 | mText->setColor(LLColor4(coloru)); | 1420 | mText->setColor(LLColor4(coloru)); |
1421 | mText->setStringUTF8(temp_string); | 1421 | mText->setStringUTF8(temp_string); |
1422 | // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-09 (RLVa-1.0.0f) | Added: RLVa-1.0.0f | 1422 | // [RLVa:KB] - Version: 1.23.4 | Checked: 2009-07-09 (RLVa-1.0.0f) | Added: RLVa-1.0.0f |
1423 | if (rlv_handler_t::isEnabled()) | 1423 | if (rlv_handler_t::isEnabled()) |
1424 | { | 1424 | { |
1425 | mText->setObjectText(temp_string); | 1425 | mText->setObjectText(temp_string); |