summaryrefslogtreecommitdiff
path: root/indra/newview/llmanip.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-01-11 16:05:42 -0800
committerLeyla Farazha <leyla@lindenlab.com>2010-01-11 16:05:42 -0800
commit1a35fe8725d4a55ef1e1b07d59db8e8d0db5e6bf (patch)
tree04895ab55cf6ab33f1412131c76a71f4f4d549d4 /indra/newview/llmanip.cpp
parent8440d99e4498882dfc61459a91eba746ad717000 (diff)
parent2aaa7971945823f53f0a01028036c37361bcfa17 (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);