diff options
author | McCabe Maxsted | 2010-09-08 01:17:37 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-10 19:07:57 -0700 |
commit | 0819763a22fa70a3808197ed5bedf0a98ccf1293 (patch) | |
tree | 988c962e4c3d1b5fe48978b0fee667a5a646a596 /linden/indra/llui/llmenugl.cpp | |
parent | store our password in the Mac OS keychain (diff) | |
download | meta-impy-0819763a22fa70a3808197ed5bedf0a98ccf1293.zip meta-impy-0819763a22fa70a3808197ed5bedf0a98ccf1293.tar.gz meta-impy-0819763a22fa70a3808197ed5bedf0a98ccf1293.tar.bz2 meta-impy-0819763a22fa70a3808197ed5bedf0a98ccf1293.tar.xz |
Replace '>' glyph in cascading menus with a proper triangle(backport from Viewer 2)
Diffstat (limited to 'linden/indra/llui/llmenugl.cpp')
-rw-r--r-- | linden/indra/llui/llmenugl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llmenugl.cpp b/linden/indra/llui/llmenugl.cpp index e00700a..8bca58a 100644 --- a/linden/indra/llui/llmenugl.cpp +++ b/linden/indra/llui/llmenugl.cpp | |||
@@ -102,7 +102,7 @@ const S32 TEAROFF_SEPARATOR_HEIGHT_PIXELS = 10; | |||
102 | const S32 MENU_ITEM_PADDING = 4; | 102 | const S32 MENU_ITEM_PADDING = 4; |
103 | 103 | ||
104 | const std::string BOOLEAN_TRUE_PREFIX( "X" ); | 104 | const std::string BOOLEAN_TRUE_PREFIX( "X" ); |
105 | const std::string BRANCH_SUFFIX( ">" ); | 105 | const std::string BRANCH_SUFFIX( "\xE2\x96\xB6" ); // U+25B6 BLACK RIGHT-POINTING TRIANGLE |
106 | const std::string ARROW_UP ("^^^^^^^"); | 106 | const std::string ARROW_UP ("^^^^^^^"); |
107 | const std::string ARROW_DOWN("vvvvvvv"); | 107 | const std::string ARROW_DOWN("vvvvvvv"); |
108 | 108 | ||