aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default
diff options
context:
space:
mode:
authorJacek Antonelli2010-08-01 03:26:57 -0500
committerJacek Antonelli2010-08-01 03:42:42 -0500
commita9b6989fad493ccc2bb8aae0ffe1e11783635261 (patch)
tree10fd417e2798c76e96bcc1c72fece02ec77a38cd /linden/indra/newview/skins/default
parentRemoved control_name from old combo boxes to avoid conflicts. (diff)
downloadmeta-impy-a9b6989fad493ccc2bb8aae0ffe1e11783635261.zip
meta-impy-a9b6989fad493ccc2bb8aae0ffe1e11783635261.tar.gz
meta-impy-a9b6989fad493ccc2bb8aae0ffe1e11783635261.tar.bz2
meta-impy-a9b6989fad493ccc2bb8aae0ffe1e11783635261.tar.xz
Revamped the LightShare option in Preferences > Advanced.
Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always".
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml25
1 files changed, 21 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
index af8cb1e..1b463a2 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml
@@ -26,11 +26,28 @@
26 font="SansSerifSmall" height="16" initial_value="false" 26 font="SansSerifSmall" height="16" initial_value="false"
27 label="Enable shadows (WARNING: unstable and requires Ultra graphics)" left="12" mouse_opaque="true" 27 label="Enable shadows (WARNING: unstable and requires Ultra graphics)" left="12" mouse_opaque="true"
28 name="shadows_check" radio_style="false" width="217" /> 28 name="shadows_check" radio_style="false" width="217" />
29
30
31 <text bottom_delta="-25" left="16" height="15" width="220"
32 follows="top|left">
33 Allow region Windlight settings (LightShare):
34 </text>
35 <combo_box name="lightshare_combo" control_name="LightShareAllowed"
36 bottom_delta="-2" left="240" height="18" width="120"
37 allow_text_entry="false" follows="left|top">
38 <combo_item type="string" name="never" value="0">
39 Never
40 </combo_item>
41 <combo_item type="string" name="ask" value="1">
42 Ask me every time
43 </combo_item>
44 <combo_item type="string" name="always" value="2">
45 Always
46 </combo_item>
47 </combo_box>
48
49
29 <check_box bottom_delta="-25" enabled="true" follows="left|top" 50 <check_box bottom_delta="-25" enabled="true" follows="left|top"
30 font="SansSerifSmall" height="16" initial_value="true"
31 label="Use server-side WindLight settings" left="12" mouse_opaque="true"
32 name="windlight_check" radio_style="false" width="217" />
33 <check_box bottom_delta="-18" enabled="true" follows="left|top"
34 font="SansSerifSmall" height="16" initial_value="false" 51 font="SansSerifSmall" height="16" initial_value="false"
35 label="Use HTTP texture fetching" left="12" mouse_opaque="true" 52 label="Use HTTP texture fetching" left="12" mouse_opaque="true"
36 name="http_texture_check" radio_style="false" width="217" /> 53 name="http_texture_check" radio_style="false" width="217" />