summaryrefslogtreecommitdiff
path: root/indra/newview/llmanip.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-11 14:41:22 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-11 14:41:22 -0800
commit0ab0bea0092f175e5dbd8b454f84092f19f4ce3a (patch)
tree88ec9260c6e007885a1587613453318cefac4cf9 /indra/newview/llmanip.cpp
parentcbc0674a7a9cdd01297f5697f156343ed7f4de19 (diff)
parent2a65ae22493956c6f21897f03897758f02acbb84 (diff)
Merge.
Diffstat (limited to 'indra/newview/llmanip.cpp')
-rw-r--r--indra/newview/llmanip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llmanip.cpp b/indra/newview/llmanip.cpp
index f30821cacf..a96240e31c 100644
--- a/indra/newview/llmanip.cpp
+++ b/indra/newview/llmanip.cpp
@@ -436,7 +436,7 @@ void LLManip::renderXYZ(const LLVector3 &vec)
glPushMatrix();
{
- LLUIImagePtr imagep = LLUI::getUIImage("rounded_square.tga");
+ LLUIImagePtr imagep = LLUI::getUIImage("Rounded_Square");
gViewerWindow->setup2DRender();
const LLVector2& display_scale = gViewerWindow->getDisplayScale();
glScalef(display_scale.mV[VX], display_scale.mV[VY], 1.f);