aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroupgeneral.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelgroupgeneral.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpanelgroupgeneral.h b/linden/indra/newview/llpanelgroupgeneral.h
index a8615b2..07b8752 100644
--- a/linden/indra/newview/llpanelgroupgeneral.h
+++ b/linden/indra/newview/llpanelgroupgeneral.h
@@ -83,7 +83,7 @@ private:
83 std::string mConfirmGroupCreateStr; 83 std::string mConfirmGroupCreateStr;
84 LLUUID mDefaultIconID; 84 LLUUID mDefaultIconID;
85 85
86 // Group information 86 // Group information (include any updates in updateChanged)
87 LLLineEditor *mGroupNameEditor; 87 LLLineEditor *mGroupNameEditor;
88 LLTextBox *mGroupName; 88 LLTextBox *mGroupName;
89 LLNameBox *mFounderName; 89 LLNameBox *mFounderName;
@@ -94,7 +94,7 @@ private:
94 94
95 LLNameListCtrl *mListVisibleMembers; 95 LLNameListCtrl *mListVisibleMembers;
96 96
97 // Options 97 // Options (include any updates in updateChanged)
98 LLCheckBoxCtrl *mCtrlShowInGroupList; 98 LLCheckBoxCtrl *mCtrlShowInGroupList;
99 LLCheckBoxCtrl *mCtrlPublishOnWeb; 99 LLCheckBoxCtrl *mCtrlPublishOnWeb;
100 LLCheckBoxCtrl *mCtrlMature; 100 LLCheckBoxCtrl *mCtrlMature;