diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-01 16:51:53 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-01 16:51:53 +0100 |
commit | 741d944c8948fc7687e06cd0266d05db05ed6dd4 (patch) | |
tree | 3268d72fb4d478531de2f33fdfa15e7870a34e27 /indra/llui/llmenugl.h | |
parent | f7f8c1860070f8c3e2734481381d6089dec7c993 (diff) |
some follow-up for VWR-17801.
Diffstat (limited to 'indra/llui/llmenugl.h')
-rw-r--r-- | indra/llui/llmenugl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h index eb0d0bcb1f..19b738312e 100644 --- a/indra/llui/llmenugl.h +++ b/indra/llui/llmenugl.h @@ -391,6 +391,12 @@ public: void initFromParams(const Params&); + // textual artwork which menugl-imitators may want to match + static const std::string BOOLEAN_TRUE_PREFIX; + static const std::string BRANCH_SUFFIX; + static const std::string ARROW_UP; + static const std::string ARROW_DOWN; + protected: LLMenuGL(const LLMenuGL::Params& p); friend class LLUICtrlFactory; |