aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llmenugl.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-08 01:17:37 -0700
committerMcCabe Maxsted2010-09-10 19:07:57 -0700
commit0819763a22fa70a3808197ed5bedf0a98ccf1293 (patch)
tree988c962e4c3d1b5fe48978b0fee667a5a646a596 /linden/indra/llui/llmenugl.cpp
parentstore our password in the Mac OS keychain (diff)
downloadmeta-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.cpp2
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;
102const S32 MENU_ITEM_PADDING = 4; 102const S32 MENU_ITEM_PADDING = 4;
103 103
104const std::string BOOLEAN_TRUE_PREFIX( "X" ); 104const std::string BOOLEAN_TRUE_PREFIX( "X" );
105const std::string BRANCH_SUFFIX( ">" ); 105const std::string BRANCH_SUFFIX( "\xE2\x96\xB6" ); // U+25B6 BLACK RIGHT-POINTING TRIANGLE
106const std::string ARROW_UP ("^^^^^^^"); 106const std::string ARROW_UP ("^^^^^^^");
107const std::string ARROW_DOWN("vvvvvvv"); 107const std::string ARROW_DOWN("vvvvvvv");
108 108