From 3d47ba81e55342e2e69aab198a72fc512e28f664 Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Sun, 23 May 2010 15:10:44 -0500 Subject: [PATCH] Added the furry client nano to the tags list... --- indra/newview/llvoavatar.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 666c7df06..814a38c5c 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -3261,7 +3261,12 @@ void LLVOAvatar::idleUpdateNameTag(const LLVector3& root_pos_last) mNameText->setColor(LLColor4(0.5f, 0.5f, 0.5f)); line += " (Viewer 2.0)"; } - + else if(uuid_str == "380ae30b-f2c7-b07c-041e-5688e89a6fc1") + { + mNameText->setColor(LLColor4(0.65f, 0.93f, 0.14f)); + line += " (Nano)"; + } + else { LLColor4 avatar_name_color = gColors.getColor( "AvatarNameColor" );