diff options
Diffstat (limited to 'indra/newview/llpanelgroupgeneral.h')
-rw-r--r-- | indra/newview/llpanelgroupgeneral.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelgroupgeneral.h b/indra/newview/llpanelgroupgeneral.h index a8f10b04ef..29a913d198 100644 --- a/indra/newview/llpanelgroupgeneral.h +++ b/indra/newview/llpanelgroupgeneral.h @@ -64,7 +64,7 @@ private: std::string mConfirmGroupCreateStr; LLUUID mDefaultIconID; - // Group information + // Group information (include any updates in updateChanged) LLLineEditor *mGroupNameEditor; LLTextBox *mGroupName; LLNameBox *mFounderName; @@ -75,7 +75,7 @@ private: LLNameListCtrl *mListVisibleMembers; - // Options + // Options (include any updates in updateChanged) LLCheckBoxCtrl *mCtrlShowInGroupList; LLCheckBoxCtrl *mCtrlMature; LLCheckBoxCtrl *mCtrlOpenEnrollment; |