diff options
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r-- | indra/newview/llfloatersocial.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h index 5e1ee6be0e..a39210108a 100644 --- a/indra/newview/llfloatersocial.h +++ b/indra/newview/llfloatersocial.h @@ -28,6 +28,7 @@ #define LL_LLFLOATERSOCIAL_H #include "llfloater.h" +#include "llloadingindicator.h" #include "lltextbox.h" #include "llviewertexture.h" @@ -83,8 +84,8 @@ private: LLUICtrl * mResolutionComboBox; LLUICtrl * mRefreshBtn; LLUICtrl * mRefreshLabel; - LLUICtrl * mSucceessLblPanel; - LLUICtrl * mFailureLblPanel; + LLLoadingIndicator * mWorkingIndicator; + LLUICtrl * mWorkingLabel; LLUICtrl * mThumbnailPlaceholder; LLUICtrl * mCaptionTextBox; LLUICtrl * mLocationCheckbox; |