diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index a60493a360..472285e3d9 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -787,7 +787,7 @@ void LLPanelProfileSecondLife::onCommitMenu(const LLSD& userdata) LLWString wstr; if (item_name == "display") { - wstr = utf8str_to_wstring(av_name.getDisplayName()); + wstr = utf8str_to_wstring(av_name.getDisplayName(true)); } else if (item_name == "name") { |