diff options
author | James Cook <james@lindenlab.com> | 2009-11-24 17:28:02 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-24 17:28:02 -0800 |
commit | 123ef91f2d3a402cf17fe8245c5c237167dc5400 (patch) | |
tree | f059467dba7ace69b7764424136cdd233895f5e2 /indra/newview/lllocationinputctrl.h | |
parent | dcb1f0e86229e9062e187d1fb213d1b23b8d22ec (diff) |
Partial EXT-1735 added "for sale" clickable icon next to landmark star
Diffstat (limited to 'indra/newview/lllocationinputctrl.h')
-rw-r--r-- | indra/newview/lllocationinputctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lllocationinputctrl.h b/indra/newview/lllocationinputctrl.h index 608176290e..442a64f521 100644 --- a/indra/newview/lllocationinputctrl.h +++ b/indra/newview/lllocationinputctrl.h @@ -68,6 +68,7 @@ public: Optional<S32> icon_hpad, add_landmark_hpad; Optional<LLButton::Params> add_landmark_button, + for_sale_button, info_button; Optional<LLIconCtrl::Params> voice_icon, fly_icon, @@ -139,6 +140,7 @@ private: LLMenuGL* mLocationContextMenu; LLButton* mAddLandmarkBtn; + LLButton* mForSaleBtn; LLButton* mInfoBtn; S32 mIconHPad; // pad between all icons S32 mAddLandmarkHPad; // pad to left of landmark star |