diff options
author | Dave Parks <davep@lindenlab.com> | 2010-01-12 12:02:40 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-01-12 12:02:40 -0600 |
commit | 86f1baf8362b58c3d54b52b99eda0bf9059fca01 (patch) | |
tree | 1f6658cb6f46e65a7f49266fed7bc30458786f8c /indra/newview/llmanip.cpp | |
parent | 41daf99e1902adbf3f9a737559ab08f62c049992 (diff) | |
parent | a148eb89793513b211e949a0cff517a37f4c2773 (diff) |
Merge
Diffstat (limited to 'indra/newview/llmanip.cpp')
-rw-r--r-- | indra/newview/llmanip.cpp | 2 |
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); |