summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatergroups.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2009-10-14 01:51:49 +0000
committerLeyla Farazha <leyla@lindenlab.com>2009-10-14 01:51:49 +0000
commitd6db0f8b297686c6ae97ace23d0714c4ae95b1f3 (patch)
tree54ab1b9a9994f7a477a9363d6dcb7d7af9df0290 /indra/newview/llfloatergroups.h
parent09108591cd61bd84d3b5b661573e8df49cdbedb8 (diff)
EXT-1393 "none" does not appear in object group list
EXT-1479 I18N: string in /en/widgets/location_input.xml wont honor its translation and made tabs height customizable reviewed by Richard
Diffstat (limited to 'indra/newview/llfloatergroups.h')
-rw-r--r--indra/newview/llfloatergroups.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloatergroups.h b/indra/newview/llfloatergroups.h
index 489238356d..ce3a470a23 100644
--- a/indra/newview/llfloatergroups.h
+++ b/indra/newview/llfloatergroups.h
@@ -72,6 +72,9 @@ public:
static LLFloaterGroupPicker* findInstance(const LLSD& seed);
static LLFloaterGroupPicker* createInstance(const LLSD& seed);
+ // for cases like inviting avatar to group we don't want the none option
+ void removeNoneOption();
+
protected:
void ok();
static void onBtnOK(void* userdata);