diff options
author | Oz Linden <oz@lindenlab.com> | 2014-06-23 14:03:12 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2014-06-23 14:03:12 -0400 |
commit | 498a0e36e560ca243286c4efeeecc1d11ac82235 (patch) | |
tree | e7613db3983170a2bc2a204603ee200826feb6c4 /indra/newview/app_settings/settings.xml | |
parent | 8d2e0fb3a047e349b88db80afa09fc97a7f4ff74 (diff) | |
parent | c7057ef56efc1cca5683ca22e2ad410198d131e8 (diff) |
merge changes for 3.7.10-release
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rwxr-xr-x | indra/newview/app_settings/settings.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 7427cebc7a..d2fbb822b1 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -11440,6 +11440,17 @@ <key>Value</key> <integer>0</integer> </map> + <key>SnapshotFiltersEnabled</key> + <map> + <key>Comment</key> + <string>Enable filters in the Snapshot Advanced panel (experimental).</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>0</integer> + </map> <key>SnapshotFormat</key> <map> <key>Comment</key> @@ -13258,7 +13269,7 @@ <key>SocialPhotoResolution</key> <map> <key>Comment</key> - <string>Default resolution when sharing photo using the social floater</string> + <string>Default resolution when sharing photo using the social floaters</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |