From 31e7c77a411d94bc87f0232588b339149bb29a49 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 28 Sep 2008 17:21:23 -0500 Subject: Second Life viewer sources 1.21.3-RC --- linden/indra/newview/lltexturectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/lltexturectrl.cpp') 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 ) if( enabled ) { std::string tooltip; - if (floaterp) tooltip = floaterp->getUIString("choose_picture"); + if (floaterp) tooltip = floaterp->getString("choose_picture"); setToolTip( tooltip ); } else -- cgit v1.1