Settings, UI fix

This commit is contained in:
Siana Gearz
2010-11-15 11:46:00 +01:00
parent e6806f3b16
commit f2d43d5239
3 changed files with 7 additions and 6 deletions

View File

@@ -1533,7 +1533,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<!-- Vanilla SL settings that are now optionally Account-Specific -->
<key>AgentChatColor</key>
@@ -1653,7 +1653,7 @@
<key>Type</key>
<string>String</string>
<key>Value</key>
<string>silver</string>
<string>dark</string>
<key>IsCOA</key>
<integer>1</integer>
</map>
@@ -10865,7 +10865,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
<integer>1</integer>
</map>
<key>SafeMode</key>
<map>
@@ -11305,7 +11305,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
<integer>0</integer>
</map>
<key>ShowChatHistory</key>
<map>
@@ -11693,7 +11693,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
<integer>0</integer>
</map>
<key>ShowNearClip</key>
<map>

View File

@@ -53,7 +53,7 @@
<check_box bottom_delta="-23" control_name="AscentShowSelfTag" enabled="true"
follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
label="Display client tag to self" left_delta="-24"
tool_tip="Enabling this will show your client tag on your avatar name locally."
tool_tip="Choose whether others see that you enjoy Singularity."
mouse_opaque="true" name="show_self_tag_check" radio_style="false"
width="400" />
<check_box bottom_delta="-20" control_name="AscentShowSelfTagColor" enabled="true"

View File

@@ -87,6 +87,7 @@ class ViewerManifest(LLManifest):
self.exclude("default/xui/en_us/mime_types_mac.xml")
self.exclude("default/xui/en_us/mime_types_linux.xml")
self.path("default/xui/*/*.xml")
self.path("Default.xml")
self.path("default/*.xml")
if self.prefix(src="dark/textures"):
self.path("*.tga")