summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturectrl.cpp')
-rw-r--r--indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp
index 83b5cdbb66..4f9d9f7763 100644
--- a/indra/newview/lltexturectrl.cpp
+++ b/indra/newview/lltexturectrl.cpp
@@ -1047,7 +1047,7 @@ void LLTextureCtrl::setEnabled( BOOL enabled )
if( enabled )
{
std::string tooltip;
- if (floaterp) tooltip = floaterp->getUIString("choose_picture");
+ if (floaterp) tooltip = floaterp->getString("choose_picture");
setToolTip( tooltip );
}
else