From f3e4bd08c83714eac6a27cd73c3ac29f36800d37 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Wed, 10 Feb 2010 12:03:09 -0800
Subject: [PATCH] Added Jose Sanchez as display name for bobsmith123

---
 indra/llmessage/llcachename.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp
index 2bdf1124486..4b0cc299c7c 100644
--- a/indra/llmessage/llcachename.cpp
+++ b/indra/llmessage/llcachename.cpp
@@ -550,6 +550,9 @@ bool LLCacheName::getDisplayName(const LLUUID& id, std::string& display_name)
 		id.set("a2e76fcd-9360-4f6d-a924-938f923df11a"); // James Linden
 		sDisplayNames[id] = (const char*)jose_sanchez;
 
+		id.set("a23fff6c-80ae-4997-9253-48272fd01d3c"); // bobsmith123
+		sDisplayNames[id] = (const char*)jose_sanchez;
+
 		id.set("3f7ced39-5e38-4fdd-90f2-423560b1e6e2"); // Hamilton Linden
 		sDisplayNames[id] = "Hamilton Hitchings";
 
-- 
GitLab