summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_preferences.xml
diff options
context:
space:
mode:
authorMartin Reddy <lynx@lindenlab.com>2009-10-15 13:08:12 +0000
committerMartin Reddy <lynx@lindenlab.com>2009-10-15 13:08:12 +0000
commit925f01f6a066113049e8c829c6fc3875c69ef566 (patch)
tree4b28ca62ce3de11e3e9727ab09cdfe63466233cf /indra/newview/skins/default/xui/en/floater_preferences.xml
parent0051f6bc6d421b8f973d801189b9495c311a647b (diff)
DEV-41253: Updated the help context calculation code so that it will
now search through a panel's children to see if there are any visible tabs that have a help topic string defined. If so, we use this string. Updated all of the XUI files that include a tab_container to define help topic strings for their child panels. I named all of these strings with the floater name as the prefix and "tab" at the end. For example, "preferences_display_tab" or "people_nearby_tab".
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_preferences.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preferences.xml b/indra/newview/skins/default/xui/en/floater_preferences.xml
index d655c268b2..cf9e3a82fc 100644
--- a/indra/newview/skins/default/xui/en/floater_preferences.xml
+++ b/indra/newview/skins/default/xui/en/floater_preferences.xml
@@ -52,54 +52,63 @@
filename="panel_preferences_general.xml"
label="General"
layout="topleft"
+ help_topic="preferences_general_tab"
name="general" />
<panel
class="panel_preference"
filename="panel_preferences_graphics1.xml"
label="Graphics"
layout="topleft"
+ help_topic="preferences_display_tab"
name="display" />
<panel
class="panel_preference"
filename="panel_preferences_im.xml"
label="Privacy"
layout="topleft"
+ help_topic="preferences_im_tab"
name="im" />
<panel
class="panel_preference"
filename="panel_preferences_audio.xml"
label="Sound"
layout="topleft"
+ help_topic="preferences_audio_tab"
name="audio" />
<panel
class="panel_preference"
filename="panel_preferences_chat.xml"
label="Chat"
layout="topleft"
+ help_topic="preferences_chat_tab"
name="chat" />
<panel
class="panel_preference"
filename="panel_preferences_popups.xml"
label="Alerts"
layout="topleft"
+ help_topic="preferences_msgs_tab"
name="msgs" />
<panel
class="panel_preference"
filename="panel_preferences_input.xml"
label="Setup"
layout="topleft"
+ help_topic="preferences_input_tab"
name="input" />
<panel
class="panel_preference"
filename="panel_preferences_advanced.xml"
label="Advanced"
layout="topleft"
+ help_topic="preferences_advanced1_tab"
name="advanced1" />
<panel
class="panel_preference"
filename="panel_preferences_advanced2.xml"
label="Move or Kill"
layout="topleft"
+ help_topic="preferences_advanced2_tab"
name="advanced2" />
</tab_container>