summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/colors.xml
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-12-18 14:40:14 -0800
committerJames Cook <james@lindenlab.com>2009-12-18 14:40:14 -0800
commit2644653045da19f98f1c04f7afe1412681cbbdd3 (patch)
tree504711e78e58da4b59bf8d76571ca08be0f15e55 /indra/newview/skins/default/colors.xml
parent2da83c55ee30faa93a6503a5ceca126410a7f4cd (diff)
Avoid warnings on startup due to colors marked as "Unused?"
for later cleanup.
Diffstat (limited to 'indra/newview/skins/default/colors.xml')
-rw-r--r--indra/newview/skins/default/colors.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml
index 88e77f11ee..706245a479 100644
--- a/indra/newview/skins/default/colors.xml
+++ b/indra/newview/skins/default/colors.xml
@@ -71,10 +71,14 @@
<color
name="Transparent"
value="0 0 0 0" />
+ <!-- Make potentially unused colors show up bright purple.
+ Leave this here until all Unused? are removed below, otherwise
+ the viewer generates many warnings on startup. -->
+ <color
+ name="Unused?"
+ value="1 0 1 1" />
-
-
- <!-- UI Definitions -->
+ <!-- UI Definitions -->
<color
name="AgentChatColor"