diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 435250e92bbc97c33a97e62747142ad9d483cf8a..e67c37bf1e7001bc8d3dd85dfb248a20b084038c 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -645,7 +645,7 @@ void LLLocationInputCtrl::onInfoButtonClicked() return; // [/RLVa:KB] - LLFloaterReg::showInstance("about_land"); + LLFloaterSidePanelContainer::showPanel("places", LLSD().with("type", "agent")); } void LLLocationInputCtrl::onForSaleButtonClicked() diff --git a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml index 8e9c86f12cd25e6324699fd3ab21f57bdd794024..2dbb28ccfa6ab7470ca86444b5ad6567c3e1efae 100644 --- a/indra/newview/skins/default/xui/en/panel_navigation_bar.xml +++ b/indra/newview/skins/default/xui/en/panel_navigation_bar.xml @@ -119,6 +119,22 @@ tool_tip="Teleport to my home location" top_delta="0" width="32" /> + <button + follows="left|top" + height="23" + image_bottom_pad="1" + image_overlay="Command_AboutLand_Icon" + image_hover_unselected="PushButton_Over" + layout="topleft" + left_pad="5" + name="about_land" + tool_tip="Opens the About Land floater" + top_delta="0" + width="32" > + <button.init_callback + function="Button.SetFloaterToggle" + parameter="about_land" /> + </button> <location_input follows="all" halign="right"