aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-08 12:34:00 -0700
committerMcCabe Maxsted2010-09-10 19:08:27 -0700
commitb98e28160cfdc19cab4fba69f8aeb6c4a690e65c (patch)
tree1b13ffee1ff81d18eaf394f2e571ca1e0fdb0a41 /linden/indra
parentPorted ResetFocusOnSelfClick debug setting from Emerald, set the default to f... (diff)
downloadmeta-impy-b98e28160cfdc19cab4fba69f8aeb6c4a690e65c.zip
meta-impy-b98e28160cfdc19cab4fba69f8aeb6c4a690e65c.tar.gz
meta-impy-b98e28160cfdc19cab4fba69f8aeb6c4a690e65c.tar.bz2
meta-impy-b98e28160cfdc19cab4fba69f8aeb6c4a690e65c.tar.xz
Changed the menu enabled 'x' to a checkmark
Diffstat (limited to 'linden/indra')
-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 8bca58a..91bb581 100644
--- a/linden/indra/llui/llmenugl.cpp
+++ b/linden/indra/llui/llmenugl.cpp
@@ -101,7 +101,7 @@ const U32 SEPARATOR_HEIGHT_PIXELS = 8;
101const S32 TEAROFF_SEPARATOR_HEIGHT_PIXELS = 10; 101const 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( "\xe2\x9c\x93" ); // U+2714 -- MC
105const std::string BRANCH_SUFFIX( "\xE2\x96\xB6" ); // U+25B6 BLACK RIGHT-POINTING TRIANGLE 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");