summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-09-28 18:22:05 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-09-28 18:22:05 -0700
commit11a148415e810706f2a1835b6b717a0a062d458f (patch)
tree5a81746fe6c3b4f34e4b96261facd1a3171f4614 /indra/llui/llfolderview.h
parent609fef130176c11dd7b14c305acf2f4331babad1 (diff)
CHUI-102: Now the participants and one-on-one conversations have right-click-menus. These menus are functional as well, but 'chat history' does not yet work.
Diffstat (limited to 'indra/llui/llfolderview.h')
-rw-r--r--indra/llui/llfolderview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfolderview.h b/indra/llui/llfolderview.h
index 81b0f087e8..260275269d 100644
--- a/indra/llui/llfolderview.h
+++ b/indra/llui/llfolderview.h
@@ -94,6 +94,8 @@ public:
use_ellipses,
show_item_link_overlays;
Mandatory<LLFolderViewModelInterface*> view_model;
+ Optional<std::string> options_menu;
+
Params();
};