summaryrefslogtreecommitdiff
path: root/indra/llui/llconsole.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/llconsole.cpp
parentdaa4965fe053dbd1af1f9665b29a4a10ac31cfea (diff)
parent29695bd08a86dd801e4dbae5e16967cda40fd53f (diff)
Automated merge with http://demeter:8000
Diffstat (limited to 'indra/llui/llconsole.cpp')
-rw-r--r--indra/llui/llconsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llconsole.cpp b/indra/llui/llconsole.cpp
index e08d93b232..59499f987b 100644
--- a/indra/llui/llconsole.cpp
+++ b/indra/llui/llconsole.cpp
@@ -180,7 +180,7 @@ void LLConsole::draw()
// draw remaining lines
F32 y_pos = 0.f;
- LLUIImagePtr imagep = LLUI::getUIImage("rounded_square.tga");
+ LLUIImagePtr imagep = LLUI::getUIImage("Rounded_Square");
// F32 console_opacity = llclamp(gSavedSettings.getF32("ConsoleBackgroundOpacity"), 0.f, 1.f);
F32 console_opacity = llclamp(LLUI::sSettingGroups["config"]->getF32("ConsoleBackgroundOpacity"), 0.f, 1.f);