From 758c5bbfeb42237e4f08930a09d960aae0cb8c44 Mon Sep 17 00:00:00 2001 From: Siana Gearz Date: Fri, 1 Apr 2011 04:11:14 +0200 Subject: [PATCH] Stars for passwords are so 1993! --- indra/llui/lllineeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp index 4ff31ed20..980d705af 100644 --- a/indra/llui/lllineeditor.cpp +++ b/indra/llui/lllineeditor.cpp @@ -1599,7 +1599,7 @@ void LLLineEditor::draw() std::string text; for (S32 i = 0; i < mText.length(); i++) { - text += '*'; + text += "\xe2\x80\xa2"; } mText = text; }