diff options
author | McCabe Maxsted | 2010-09-08 12:34:00 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-10 19:08:27 -0700 |
commit | b98e28160cfdc19cab4fba69f8aeb6c4a690e65c (patch) | |
tree | 1b13ffee1ff81d18eaf394f2e571ca1e0fdb0a41 /linden/indra | |
parent | Ported ResetFocusOnSelfClick debug setting from Emerald, set the default to f... (diff) | |
download | meta-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.cpp | 2 |
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; | |||
101 | const S32 TEAROFF_SEPARATOR_HEIGHT_PIXELS = 10; | 101 | 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( "\xe2\x9c\x93" ); // U+2714 -- MC |
105 | const std::string BRANCH_SUFFIX( "\xE2\x96\xB6" ); // U+25B6 BLACK RIGHT-POINTING TRIANGLE | 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"); |