diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/newview/llpanelgroupgeneral.h | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanelgroupgeneral.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.h b/linden/indra/newview/llpanelgroupgeneral.h index daf7bfa..169fcff 100644 --- a/linden/indra/newview/llpanelgroupgeneral.h +++ b/linden/indra/newview/llpanelgroupgeneral.h | |||
@@ -58,6 +58,7 @@ public: | |||
58 | virtual bool apply(LLString& mesg); | 58 | virtual bool apply(LLString& mesg); |
59 | virtual void cancel(); | 59 | virtual void cancel(); |
60 | static void createGroupCallback(S32 option, void* user_data); | 60 | static void createGroupCallback(S32 option, void* user_data); |
61 | static void callbackConfirmMatureApply(S32 option, void* data); | ||
61 | 62 | ||
62 | virtual void update(LLGroupChange gc); | 63 | virtual void update(LLGroupChange gc); |
63 | 64 | ||
@@ -80,6 +81,7 @@ private: | |||
80 | 81 | ||
81 | void updateMembers(); | 82 | void updateMembers(); |
82 | void updateChanged(); | 83 | void updateChanged(); |
84 | void confirmMatureApply(S32 option); | ||
83 | 85 | ||
84 | BOOL mPendingMemberUpdate; | 86 | BOOL mPendingMemberUpdate; |
85 | BOOL mChanged; | 87 | BOOL mChanged; |
@@ -101,7 +103,6 @@ private: | |||
101 | 103 | ||
102 | // Options (include any updates in updateChanged) | 104 | // Options (include any updates in updateChanged) |
103 | LLCheckBoxCtrl *mCtrlShowInGroupList; | 105 | LLCheckBoxCtrl *mCtrlShowInGroupList; |
104 | LLCheckBoxCtrl *mCtrlMature; | ||
105 | LLCheckBoxCtrl *mCtrlOpenEnrollment; | 106 | LLCheckBoxCtrl *mCtrlOpenEnrollment; |
106 | LLCheckBoxCtrl *mCtrlEnrollmentFee; | 107 | LLCheckBoxCtrl *mCtrlEnrollmentFee; |
107 | LLSpinCtrl *mSpinEnrollmentFee; | 108 | LLSpinCtrl *mSpinEnrollmentFee; |
@@ -109,6 +110,7 @@ private: | |||
109 | LLCheckBoxCtrl *mCtrlListGroup; | 110 | LLCheckBoxCtrl *mCtrlListGroup; |
110 | LLTextBox *mActiveTitleLabel; | 111 | LLTextBox *mActiveTitleLabel; |
111 | LLComboBox *mComboActiveTitle; | 112 | LLComboBox *mComboActiveTitle; |
113 | LLComboBox *mComboMature; | ||
112 | 114 | ||
113 | LLGroupMgrGroupData::member_list_t::iterator mMemberProgress; | 115 | LLGroupMgrGroupData::member_list_t::iterator mMemberProgress; |
114 | }; | 116 | }; |