diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-10-21 17:40:36 -0700 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-10-21 17:40:36 -0700 |
commit | 19fc3fb32c3cd95fcfb5708b59b5620e506c5179 (patch) | |
tree | 0d519652c7730b7c4e21dae557640005a1b60fcc /indra/newview/app_settings | |
parent | bbacc4df99ce54732f54373189e604d16b700634 (diff) |
Add setting for PrimMediaDragNDrop, and add implementation that sets the current URL and auto play on drop
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 91d5e04665..9adf893e4b 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -5305,6 +5305,17 @@ <key>Value</key> <integer>13</integer> </map> + <key>PrimMediaDragNDrop</key> + <map> + <key>Comment</key> + <string>Enable drag and drop</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>1</integer> + </map> <key>PrimMediaMaxRetries</key> <map> <key>Comment</key> |