diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.h b/linden/indra/newview/llpanelgroupgeneral.h index 07b8752..e7a27b6 100644 --- a/linden/indra/newview/llpanelgroupgeneral.h +++ b/linden/indra/newview/llpanelgroupgeneral.h | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llpanelgroupgeneral.h | 2 | * @file llpanelgroupgeneral.h |
3 | * @brief General information about a group. | 3 | * @brief General information about a group. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2006&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2006-2007, Linden Research, Inc. | 7 | * Copyright (c) 2006-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #ifndef LL_LLPANELGROUPGENERAL_H | 32 | #ifndef LL_LLPANELGROUPGENERAL_H |
@@ -64,6 +67,7 @@ public: | |||
64 | 67 | ||
65 | private: | 68 | private: |
66 | static void onCommitAny(LLUICtrl* ctrl, void* data); | 69 | static void onCommitAny(LLUICtrl* ctrl, void* data); |
70 | static void onCommitUserOnly(LLUICtrl* ctrl, void* data); | ||
67 | static void onCommitTitle(LLUICtrl* ctrl, void* data); | 71 | static void onCommitTitle(LLUICtrl* ctrl, void* data); |
68 | static void onCommitEnrollment(LLUICtrl* ctrl, void* data); | 72 | static void onCommitEnrollment(LLUICtrl* ctrl, void* data); |
69 | static void onClickJoin(void* userdata); | 73 | static void onClickJoin(void* userdata); |
@@ -96,12 +100,12 @@ private: | |||
96 | 100 | ||
97 | // Options (include any updates in updateChanged) | 101 | // Options (include any updates in updateChanged) |
98 | LLCheckBoxCtrl *mCtrlShowInGroupList; | 102 | LLCheckBoxCtrl *mCtrlShowInGroupList; |
99 | LLCheckBoxCtrl *mCtrlPublishOnWeb; | ||
100 | LLCheckBoxCtrl *mCtrlMature; | 103 | LLCheckBoxCtrl *mCtrlMature; |
101 | LLCheckBoxCtrl *mCtrlOpenEnrollment; | 104 | LLCheckBoxCtrl *mCtrlOpenEnrollment; |
102 | LLCheckBoxCtrl *mCtrlEnrollmentFee; | 105 | LLCheckBoxCtrl *mCtrlEnrollmentFee; |
103 | LLSpinCtrl *mSpinEnrollmentFee; | 106 | LLSpinCtrl *mSpinEnrollmentFee; |
104 | LLCheckBoxCtrl *mCtrlReceiveNotices; | 107 | LLCheckBoxCtrl *mCtrlReceiveNotices; |
108 | LLCheckBoxCtrl *mCtrlListGroup; | ||
105 | LLTextBox *mActiveTitleLabel; | 109 | LLTextBox *mActiveTitleLabel; |
106 | LLComboBox *mComboActiveTitle; | 110 | LLComboBox *mComboActiveTitle; |
107 | 111 | ||