Stars for passwords are so 1993!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user