summaryrefslogtreecommitdiff
path: root/indra/newview/llhudtext.cpp
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2010-01-11 12:12:58 -0800
committerRick Pasetto <rick@lindenlab.com>2010-01-11 12:12:58 -0800
commitd2f6350993d8b6cb17424e4dfb71ea61444b178f (patch)
treec9673256a20e9f84fb2cec0a49af43851f0be660 /indra/newview/llhudtext.cpp
parentdaa4965fe053dbd1af1f9665b29a4a10ac31cfea (diff)
parent29695bd08a86dd801e4dbae5e16967cda40fd53f (diff)
Automated merge with http://demeter:8000
Diffstat (limited to 'indra/newview/llhudtext.cpp')
-rw-r--r--indra/newview/llhudtext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp
index 08cf86df4a..8ad94b957d 100644
--- a/indra/newview/llhudtext.cpp
+++ b/indra/newview/llhudtext.cpp
@@ -287,7 +287,7 @@ void LLHUDText::renderText(BOOL for_select)
mOffsetY = lltrunc(mHeight * ((mVertAlignment == ALIGN_VERT_CENTER) ? 0.5f : 1.f));
// *TODO: cache this image
- LLUIImagePtr imagep = LLUI::getUIImage("rounded_square.tga");
+ LLUIImagePtr imagep = LLUI::getUIImage("Rounded_Square");
// *TODO: make this a per-text setting
LLColor4 bg_color = LLUIColorTable::instance().getColor("BackgroundChatColor");