diff options
author | James Cook <james@lindenlab.com> | 2009-11-06 11:09:09 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-11-06 11:09:09 -0800 |
commit | d8864522a40b870a0d693dc7b5c76d140936ee25 (patch) | |
tree | f22c47cc33520531d46f1d3049b51fd5567efd3f /indra/newview/app_settings | |
parent | 30467bda7cd8bc79e9f5fa400cb009ce3dd21a05 (diff) |
Changed default help URL for board demo per email discussion on viewer2009@lists.
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 330bfa0c22..b17d621910 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3574,7 +3574,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>http://www.google.com/search?q=site%3Awiki.secondlife.com+[TOPIC]&ignore_channel=[CHANNEL]&ignore_version=[VERSION]&ignore_os=[OS]&ignore_language=[LANGUAGE]&ignore_version_major=[VERSION_MAJOR]&ignore_version_minor=[VERSION_MINOR]&ignore_version_patch=[VERSION_PATCH]&ignore_version_build=[VERSION_BUILD]</string> + <string>http://docs.lindenlab.com/help/helpfloater.php?topic=[TOPIC]&channel=[CHANNEL]&version=[VERSION]&os=[OS]&language=[LANGUAGE]&version_major=[VERSION_MAJOR]&version_minor=[VERSION_MINOR]&version_patch=[VERSION_PATCH]&version_build=[VERSION_BUILD]</string> </map> <key>HighResSnapshot</key> <map> |