diff options
author | David Walter Seikel | 2012-03-19 09:05:29 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-03-19 09:05:29 +1000 |
commit | 89a4500baca11a25b556d4a5bdcad7767bc0a207 (patch) | |
tree | 2ec26bbfe9ff845c45116bb10aa10c3aa946be36 | |
parent | Apply various Mac build patches from Mimika Oh and Nemurimasu Neiro to fix up... (diff) | |
download | meta-impy-89a4500baca11a25b556d4a5bdcad7767bc0a207.zip meta-impy-89a4500baca11a25b556d4a5bdcad7767bc0a207.tar.gz meta-impy-89a4500baca11a25b556d4a5bdcad7767bc0a207.tar.bz2 meta-impy-89a4500baca11a25b556d4a5bdcad7767bc0a207.tar.xz |
Fix up the missing default colour.
-rw-r--r-- | linden/indra/newview/skins/default/colors_base.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml index b90f8aa..f97267a 100644 --- a/linden/indra/newview/skins/default/colors_base.xml +++ b/linden/indra/newview/skins/default/colors_base.xml | |||
@@ -205,5 +205,6 @@ | |||
205 | <ContextSilhouetteColor value="239, 156, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu --> | 205 | <ContextSilhouetteColor value="239, 156, 0, 255" /> <!-- For "context" highlighting, i.e. pie menu --> |
206 | <GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window --> | 206 | <GroupOverTierColor value="110, 15, 15, 255" /> <!-- Warning text in Group Info window --> |
207 | <ConsoleBackground value="0, 0, 0, 255" /> <!-- Background for inworld chat --> | 207 | <ConsoleBackground value="0, 0, 0, 255" /> <!-- Background for inworld chat --> |
208 | <ComboBoxBg value="255, 255, 255, 255"/> | ||
208 | 209 | ||
209 | </settings> | 210 | </settings> |