diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-02-07 12:56:45 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-02-07 12:56:45 +0200 |
commit | e138ca5e78cb9fe095a6d67a28a39a1608d38653 (patch) | |
tree | 061db115013195d69f5991f6908c261e5c18533f /indra/llmessage/llavatarname.h | |
parent | 09c063947c5a7d6a6e1abd035b203eac671c68ff (diff) |
MAINT-7112 FIXED URI namespace /completename is still affected by the Usernames viewer setting.
Diffstat (limited to 'indra/llmessage/llavatarname.h')
-rw-r--r-- | indra/llmessage/llavatarname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarname.h b/indra/llmessage/llavatarname.h index 80b54cded9..20f7140797 100644 --- a/indra/llmessage/llavatarname.h +++ b/indra/llmessage/llavatarname.h @@ -65,7 +65,7 @@ public: // For normal names, returns "James Linden (james.linden)" // When display names are disabled returns just "James Linden" - std::string getCompleteName(bool use_parentheses = true, bool force_use_display_name = false) const; + std::string getCompleteName(bool use_parentheses = true, bool force_use_complete_name = false) const; // Returns "James Linden" or "bobsmith123 Resident" for backwards // compatibility with systems like voice and muting |