aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgroupgeneral.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:08 -0500
committerJacek Antonelli2008-08-15 23:45:08 -0500
commitd3536025fdb47955c02c897d8274b81d6f8eadbb (patch)
tree36d53aa6bccfad3a267d994d5d99cafb16aed498 /linden/indra/newview/llpanelgroupgeneral.h
parentSecond Life viewer sources 1.18.3.2-RC (diff)
downloadmeta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.zip
meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.gz
meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.bz2
meta-impy-d3536025fdb47955c02c897d8274b81d6f8eadbb.tar.xz
Second Life viewer sources 1.18.3.3-RC
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;