summaryrefslogtreecommitdiff
path: root/indra/llui/llmultislider.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/llui/llmultislider.cpp
parentdaa4965fe053dbd1af1f9665b29a4a10ac31cfea (diff)
parent29695bd08a86dd801e4dbae5e16967cda40fd53f (diff)
Automated merge with http://demeter:8000
Diffstat (limited to 'indra/llui/llmultislider.cpp')
-rw-r--r--indra/llui/llmultislider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmultislider.cpp b/indra/llui/llmultislider.cpp
index aea7c5f87c..27a727fdf5 100644
--- a/indra/llui/llmultislider.cpp
+++ b/indra/llui/llmultislider.cpp
@@ -490,7 +490,7 @@ void LLMultiSlider::draw()
F32 opacity = getEnabled() ? 1.f : 0.3f;
// Track
- LLUIImagePtr thumb_imagep = LLUI::getUIImage("rounded_square.tga");
+ LLUIImagePtr thumb_imagep = LLUI::getUIImage("Rounded_Square");
static LLUICachedControl<S32> multi_track_height ("UIMultiTrackHeight", 0);
S32 height_offset = (getRect().getHeight() - multi_track_height) / 2;