diff options
author | Lynx Linden <lynx@lindenlab.com> | 2009-12-01 13:17:31 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2009-12-01 13:17:31 +0000 |
commit | 5285a028232e8583051471f0f43f3f72f57de1e6 (patch) | |
tree | 969d408f5df73d92321f4535b4ab0582728c8832 /indra/newview/skins/default/xui/en/panel_landmarks.xml | |
parent | 3a2fcad0cb06c493f63771f6ca62dea2f4de2374 (diff) |
EXT-2765: Added help IDs for tabs in the Places sidebar.
The issue was that the widgets for this panel are not built solely
from XUI. There's code in LLPanelPlaces::changeInventory() that
creates the actual My Inventory and Teleport History panels. Adding
help_topic strings to the relevant XUI files for the LLLandmarksPanel
and LLTeleportHistoryPanel classes fixes this issue.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_landmarks.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_landmarks.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_landmarks.xml b/indra/newview/skins/default/xui/en/panel_landmarks.xml index 4b91dc6294..c52b0c83d0 100644 --- a/indra/newview/skins/default/xui/en/panel_landmarks.xml +++ b/indra/newview/skins/default/xui/en/panel_landmarks.xml @@ -6,6 +6,7 @@ layout="topleft" left="0" width="380" + help_topic="panel_landmarks" border="true" background_visible="true" bg_alpha_color="DkGray2" |