summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2012-06-27 17:40:19 -0400
committerNyx (Neal Orman) <nyx@lindenlab.com>2012-06-27 17:40:19 -0400
commitfbbde138c42dfced9b8805e4ce774ae8605e9d9b (patch)
treee0afcbe4ca1b02b0d6b9e218d3f4b3c565442bea /indra/newview/app_settings
parent99c1c64aa494c0b9085f0766b951fedfb60ce412 (diff)
SH-3231 FIX Process new texture fetch url from login.cgi
- Added a new global setting (non-persist) to store the texture request URL - New setting is 'AgentAppearanceServiceURL'
Diffstat (limited to 'indra/newview/app_settings')
-rwxr-xr-xindra/newview/app_settings/settings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 53c7ceaa80..6a0b9559d0 100755
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -71,6 +71,17 @@
<key>Value</key>
<integer>0</integer>
</map>
+ <key>AgentAppearanceServiceURL</key>
+ <map>
+ <key>Comment</key>
+ <string>Current Session Agent Appearance Service URL</string>
+ <key>Persist</key>
+ <integer>0</integer>
+ <key>Type</key>
+ <string>String</string>
+ <key>Value</key>
+ <string></string>
+ </map>
<key>AlertedUnsupportedHardware</key>
<map>
<key>Comment</key>