diff options
author | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-04 19:53:17 +0200 |
---|---|---|
committer | Sergei Litovchuk <slitovchuk@productengine.com> | 2009-11-04 19:53:17 +0200 |
commit | 8346cd6806f479053a5b81b496dbb9b88ed26bb5 (patch) | |
tree | 19b93f7b4a3c59ecbe267dff0ace0859985f320e /indra/newview/llpanelplaces.h | |
parent | 0fd7ff59f58dc9c5d9b043830d513020ac7a6cdd (diff) |
Fixed normal bug EXT-2192 "Remove "Share" button from all Places Tabs (including Place/Landmark info)".
- Removed "Share" button and resized other buttons to take its place.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelplaces.h')
-rw-r--r-- | indra/newview/llpanelplaces.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelplaces.h b/indra/newview/llpanelplaces.h index 8faed613f4..0d97353b66 100644 --- a/indra/newview/llpanelplaces.h +++ b/indra/newview/llpanelplaces.h @@ -73,7 +73,6 @@ private: void onFilterEdit(const std::string& search_string, bool force_filter); void onTabSelected(); - //void onShareButtonClicked(); void onTeleportButtonClicked(); void onShowOnMapButtonClicked(); void onEditButtonClicked(); @@ -105,7 +104,6 @@ private: LLButton* mTeleportBtn; LLButton* mShowOnMapBtn; - LLButton* mShareBtn; LLButton* mEditBtn; LLButton* mSaveBtn; LLButton* mCancelBtn; |