aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexturectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltexturectrl.cpp b/linden/indra/newview/lltexturectrl.cpp
index 48cacf8..382a4f3 100644
--- a/linden/indra/newview/lltexturectrl.cpp
+++ b/linden/indra/newview/lltexturectrl.cpp
@@ -1047,7 +1047,7 @@ void LLTextureCtrl::setEnabled( BOOL enabled )
1047 if( enabled ) 1047 if( enabled )
1048 { 1048 {
1049 std::string tooltip; 1049 std::string tooltip;
1050 if (floaterp) tooltip = floaterp->getUIString("choose_picture"); 1050 if (floaterp) tooltip = floaterp->getString("choose_picture");
1051 setToolTip( tooltip ); 1051 setToolTip( tooltip );
1052 } 1052 }
1053 else 1053 else