diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-17 12:01:03 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-10-17 15:31:21 +0200 |
commit | 633865320aee0b2e1c615f2d5a772e5ddc3d9ae2 (patch) | |
tree | 7dbccaef007a0c512b4bd7f232c344436fc241ec /indra/newview/llpanelprofile.h | |
parent | 70956fb2dbc42501d27a474e3f80003d591ee646 (diff) |
SL-20163 Rename hide_sl_age to hide_age
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index 61ced27db5..f4b618eb27 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -179,7 +179,7 @@ private: void setDescriptionText(const std::string &text); void onSetDescriptionDirty(); void onShowInSearchCallback(); - void onHideSLAgeCallback(); + void onHideAgeCallback(); void onSaveDescriptionChanges(); void onDiscardDescriptionChanges(); void onShowAgentPermissionsDialog(); @@ -194,7 +194,7 @@ private: LLGroupList* mGroupList; LLComboBox* mShowInSearchCombo; - LLComboBox* mHideSLAgeCombo; + LLComboBox* mHideAgeCombo; LLThumbnailCtrl* mSecondLifePic; LLPanel* mSecondLifePicLayout; LLTextEditor* mDescriptionEdit; @@ -216,7 +216,7 @@ private: bool mVoiceStatus; bool mWaitingForImageUpload; bool mAllowPublish; - bool mHideSLAge; + bool mHideAge; std::string mDescriptionText; LLUUID mImageId; |