summaryrefslogtreecommitdiff
path: root/indra/llui/tests
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-18 18:46:41 -0800
committerJames Cook <james@lindenlab.com>2010-02-18 18:46:41 -0800
commitee81adb01b8619302898471fdbba5c93f716d10b (patch)
tree559001412f567f8f8988a89efd88f19bc5030c93 /indra/llui/tests
parent9cb30255b6b8827410a32c6bee1c22b8011de60e (diff)
Preference to set what fields name tags display, and
first attempt at "use display names" menu item which doesn't work yet
Diffstat (limited to 'indra/llui/tests')
-rw-r--r--indra/llui/tests/llurlentry_stub.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp
index 1f8c4d2f22..280554b954 100644
--- a/indra/llui/tests/llurlentry_stub.cpp
+++ b/indra/llui/tests/llurlentry_stub.cpp
@@ -34,6 +34,11 @@ bool LLAvatarNameCache::get(const LLUUID& agent_id, LLAvatarName *av_name)
return false;
}
+bool LLAvatarNameCache::useDisplayNames()
+{
+ return false;
+}
+
//
// Stub implementation for LLCacheName
//