Skip to content
Snippets Groups Projects
Commit 5285a028 authored by Lynx Linden's avatar Lynx Linden
Browse files

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.
parent 3a2fcad0
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
layout="topleft" layout="topleft"
left="0" left="0"
width="380" width="380"
help_topic="panel_landmarks"
border="true" border="true"
background_visible="true" background_visible="true"
bg_alpha_color="DkGray2" bg_alpha_color="DkGray2"
......
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Teleport History" bottom="0" height="326" left="0" width="380" <panel name="Teleport History" bottom="0" height="326" left="0" width="380"
help_topic="panel_teleport_history"
border="true" follows="left|top|right|bottom"> border="true" follows="left|top|right|bottom">
<accordion <accordion
follows="left|top|right|bottom" follows="left|top|right|bottom"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment