diff options
| author | Oz Linden <oz@lindenlab.com> | 2011-09-13 14:47:34 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2011-09-13 14:47:34 -0400 |
| commit | 961c4d3816132f6c3851edf6d8831ca2ed59e203 (patch) | |
| tree | 02d314636cd324d14d6eefb8dd22a80d336e820a /indra/newview/app_settings | |
| parent | e26bd6c140c24d72b44966127825fef5bbe47c1d (diff) | |
| parent | c04412f726f94eff3f869c3c2393bbf00ce59062 (diff) | |
merge changes for 3.0.3 beta 2 fixes
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7ab9f36b87..60025707a4 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1858,7 +1858,7 @@ <key>Type</key> <string>Boolean</string> <key>Value</key> - <integer>0</integer> + <integer>1</integer> </map> <key>Cursor3D</key> <map> @@ -4059,7 +4059,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>http://search.secondlife.com/viewer/[CATEGORY]/?q=[QUERY]</string> + <string>http://search.secondlife.com/viewer/[CATEGORY]/?q=[QUERY]&p=[AUTH_TOKEN]&r=[MATURITY]&lang=[LANGUAGE]&g=[GODLIKE]&sid=[SESSION_ID]&rid=[REGION_ID]&pid=[PARCEL_ID]&channel=[CHANNEL]&version=[VERSION]&major=[VERSION_MAJOR]&minor=[VERSION_MINOR]&patch=[VERSION_PATCH]&build=[VERSION_BUILD]</string> </map> <key>WebProfileURL</key> <map> |
