summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2010-02-03 13:56:39 +0800
committerangela <angela@lindenlab.com>2010-02-03 13:56:39 +0800
commit460ec67b97bc210c0a03483dd0b754e92fabe806 (patch)
tree90bd49da9c7e23e6b90ebf04b8fcc9847b4f414e /indra/llui/lllineeditor.cpp
parent1094fa28c618370af9a95cf823cbd9287c92dd24 (diff)
parent86923afd27d76734cf1274fa788928230c232a4d (diff)
resolve merge in llsidepanelinventory.cpp
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r--indra/llui/lllineeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index cb5aea272d..eb2b4f7705 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -70,7 +70,7 @@ const S32 SCROLL_INCREMENT_DEL = 4; // make space for baskspacing
const F32 AUTO_SCROLL_TIME = 0.05f;
const F32 TRIPLE_CLICK_INTERVAL = 0.3f; // delay between double and triple click. *TODO: make this equal to the double click interval?
-const std::string PASSWORD_ASTERISK( "\xE2\x97\x8F" ); // U+25CF BLACK CIRCLE
+const std::string PASSWORD_ASTERISK( "\xE2\x80\xA2" ); // U+2022 BULLET
static LLDefaultChildRegistry::Register<LLLineEditor> r1("line_editor");