summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaceinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelplaceinfo.h')
-rw-r--r--indra/newview/llpanelplaceinfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaceinfo.h b/indra/newview/llpanelplaceinfo.h
index 71c268c6c4..77ce2c6619 100644
--- a/indra/newview/llpanelplaceinfo.h
+++ b/indra/newview/llpanelplaceinfo.h
@@ -55,9 +55,10 @@ class LLPanelPlaceInfo : public LLPanel, LLRemoteParcelInfoObserver
public:
enum INFO_TYPE
{
+ AGENT,
CREATE_LANDMARK,
- PLACE,
LANDMARK,
+ PLACE,
TELEPORT_HISTORY
};
@@ -133,6 +134,8 @@ private:
LLTextBox* mParcelName;
LLTextEditor* mDescEditor;
LLIconCtrl* mRating;
+ LLButton* mRegionInfoDrillIn;
+ LLButton* mMediaDrillIn;
LLTextBox* mOwner;
LLTextBox* mCreator;
LLTextBox* mCreated;