Stars for passwords are so 1993!

This commit is contained in:
Siana Gearz
2011-04-01 04:11:14 +02:00
parent b3593f0ffe
commit 758c5bbfeb

View File

@@ -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;
}