diff options
author | McCabe Maxsted | 2010-08-04 02:13:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-08-26 11:16:11 -0700 |
commit | ff53c8c2d6c79b9a65a5571ea8f9302efde9c32e (patch) | |
tree | 424aed3d258d1716eb48bcf5f238814b99d25750 /linden | |
parent | Don't llerrs if textures have bogus params (diff) | |
download | meta-impy-ff53c8c2d6c79b9a65a5571ea8f9302efde9c32e.zip meta-impy-ff53c8c2d6c79b9a65a5571ea8f9302efde9c32e.tar.gz meta-impy-ff53c8c2d6c79b9a65a5571ea8f9302efde9c32e.tar.bz2 meta-impy-ff53c8c2d6c79b9a65a5571ea8f9302efde9c32e.tar.xz |
Don't list clients as 'Failure' as it confuses people and isn't very nice
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoavatar.cpp b/linden/indra/newview/llvoavatar.cpp index 2732d48..f3eec54 100644 --- a/linden/indra/newview/llvoavatar.cpp +++ b/linden/indra/newview/llvoavatar.cpp | |||
@@ -3428,7 +3428,7 @@ void LLVOAvatar::resolveClient(LLColor4& avatar_name_color, std::string& client, | |||
3428 | } | 3428 | } |
3429 | if(avatar->getTE(5)->getID() != avatar->getTE(6)->getID() && !client.empty()) | 3429 | if(avatar->getTE(5)->getID() != avatar->getTE(6)->getID() && !client.empty()) |
3430 | { | 3430 | { |
3431 | client = "Failure"; | 3431 | client = "Unknown"; |
3432 | avatar_name_color = LLColor4::grey; | 3432 | avatar_name_color = LLColor4::grey; |
3433 | } | 3433 | } |
3434 | if(client.empty() && LLVOAvatar::sClientResolutionList.has("default")) | 3434 | if(client.empty() && LLVOAvatar::sClientResolutionList.has("default")) |