diff options
author | Rick Pasetto <rick@lindenlab.com> | 2010-01-11 12:12:58 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2010-01-11 12:12:58 -0800 |
commit | d2f6350993d8b6cb17424e4dfb71ea61444b178f (patch) | |
tree | c9673256a20e9f84fb2cec0a49af43851f0be660 /indra/newview/llfasttimerview.cpp | |
parent | daa4965fe053dbd1af1f9665b29a4a10ac31cfea (diff) | |
parent | 29695bd08a86dd801e4dbae5e16967cda40fd53f (diff) |
Automated merge with http://demeter:8000
Diffstat (limited to 'indra/newview/llfasttimerview.cpp')
-rw-r--r-- | indra/newview/llfasttimerview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 7d8bb6e104..4fa97e789b 100644 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -314,7 +314,7 @@ void LLFastTimerView::draw() S32 left, top, right, bottom; S32 x, y, barw, barh, dx, dy; S32 texth, textw; - LLPointer<LLUIImage> box_imagep = LLUI::getUIImage("rounded_square.tga"); + LLPointer<LLUIImage> box_imagep = LLUI::getUIImage("Rounded_Square"); // Draw the window background gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); |