diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-06-15 17:12:22 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-06-15 17:12:22 -0400 |
commit | d2d95e96456d7810b6ab5051ed6f68395dfc917e (patch) | |
tree | b9b3a7eacc72008c765894127a3eb27c34498a6e /indra/newview/llfolderview.h | |
parent | 0be5ce0a595ee582ee2bb7a0091e0424f908ddea (diff) | |
parent | 050199e031b9959de09669619ea0970ede118a98 (diff) |
automated merge
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h index 0dfdbd364b..55eb543f5f 100644 --- a/indra/newview/llfolderview.h +++ b/indra/newview/llfolderview.h @@ -96,6 +96,7 @@ public: Mandatory<LLPanel*> parent_panel; Optional<LLUUID> task_id; Optional<std::string> title; + Optional<bool> use_label_suffix; }; LLFolderView(const Params&); virtual ~LLFolderView( void ); @@ -273,6 +274,7 @@ public: virtual S32 notify(const LLSD& info) ; void setEnableScroll(bool enable_scroll) { mEnableScroll = enable_scroll; } + bool useLabelSuffix() { return mUseLabelSuffix; } private: void updateRenamerPosition(); @@ -309,6 +311,7 @@ protected: BOOL mNeedsAutoSelect; BOOL mAutoSelectOverride; BOOL mNeedsAutoRename; + bool mUseLabelSuffix; BOOL mDebugFilters; U32 mSortOrder; |