diff options
author | richard <none@none> | 2010-01-15 14:27:55 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-15 14:27:55 -0800 |
commit | 80bd4fed475113d932a9f8883b39fed69436a7f1 (patch) | |
tree | 45d37eda28abf79b778264841f552c824933d654 /indra/llui | |
parent | e761ba064a2b5960efdfc94bb5baef85a7ec1a0a (diff) | |
parent | a61cf40d815884fe2839ed09a43238cc47efef28 (diff) |
merge
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llmenugl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp index 21f3f15739..c172a2b714 100644 --- a/indra/llui/llmenugl.cpp +++ b/indra/llui/llmenugl.cpp @@ -99,7 +99,7 @@ const S32 TEAROFF_SEPARATOR_HEIGHT_PIXELS = 10; const S32 MENU_ITEM_PADDING = 4; const std::string BOOLEAN_TRUE_PREFIX( "\xE2\x9C\x94" ); // U+2714 HEAVY CHECK MARK -const std::string BRANCH_SUFFIX( ">" ); +const std::string BRANCH_SUFFIX( "\xE2\x96\xB6" ); // U+25B6 BLACK RIGHT-POINTING TRIANGLE const std::string ARROW_UP ("^^^^^^^"); const std::string ARROW_DOWN("vvvvvvv"); |