aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloateravatartextures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloateravatartextures.cpp')
-rw-r--r--linden/indra/newview/llfloateravatartextures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloateravatartextures.cpp b/linden/indra/newview/llfloateravatartextures.cpp
index 904f47d..64dc968 100644
--- a/linden/indra/newview/llfloateravatartextures.cpp
+++ b/linden/indra/newview/llfloateravatartextures.cpp
@@ -110,7 +110,7 @@ static void update_texture_ctrl(LLVOAvatar* avatarp,
110 if (id == IMG_DEFAULT_AVATAR) 110 if (id == IMG_DEFAULT_AVATAR)
111 { 111 {
112 ctrl->setImageAssetID(LLUUID::null); 112 ctrl->setImageAssetID(LLUUID::null);
113 ctrl->setToolTip("IMG_DEFAULT_AVATAR"); 113 ctrl->setToolTip(LLString("IMG_DEFAULT_AVATAR"));
114 } 114 }
115 else 115 else
116 { 116 {