diff options
author | Jacek Antonelli | 2008-09-28 17:21:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-28 17:21:46 -0500 |
commit | 31e7c77a411d94bc87f0232588b339149bb29a49 (patch) | |
tree | 49e487700e91713e620e4d33f20b7f7afb5a2fa9 /linden/indra/newview/lltexturectrl.cpp | |
parent | Second Life viewer sources 1.21.2-RC (diff) | |
download | meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.zip meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.gz meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.bz2 meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.xz |
Second Life viewer sources 1.21.3-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltexturectrl.cpp | 2 |
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 |