diff options
| author | palange <palange@lindenlab.com> | 2010-06-22 13:13:40 -0700 | 
|---|---|---|
| committer | palange <palange@lindenlab.com> | 2010-06-22 13:13:40 -0700 | 
| commit | 566a6191131249e5f2fbb0015522092d04d26b93 (patch) | |
| tree | ed0171e3229c73c48faaf0cb0aba6cd23346c67a /indra/newview | |
| parent | dfc20a824944d372c6978ca7b89289ec542554a9 (diff) | |
| parent | f388efa49a75206223137c328f2a1fe0853d02a7 (diff) | |
Automated merge with ssh://hg.lindenlab.com/q/viewer-release
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/Info-SecondLife.plist | 48 | 
1 files changed, 24 insertions, 24 deletions
| diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index 97e24a0bd5..9bc95f9b95 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -1,5 +1,5 @@  <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">  <plist version="1.0">  <dict>  	<key>CFBundleDevelopmentRegion</key> @@ -18,33 +18,33 @@  	<string>APPL</string>  	<key>CFBundleSignature</key>  	<string>????</string> -        <key>CFBundleDocumentTypes</key> -        <array> -                <dict> -                        <key>CFBundleTypeExtensions</key> -                        <array> -                                <string>slurl</string> -                        </array> -                        <key>CFBundleTypeIconFile</key> -                        <string>seconlife</string> -                        <key>CFBundleTypeMIMETypes</key> -                        <array> -                                <string>application/x-grid-location-info</string> -                        </array> -                        <key>CFBundleTypeName</key> -                        <string>Secondlife SLURL</string> +	<key>CFBundleDocumentTypes</key> +	<array> +		<dict> +			<key>CFBundleTypeExtensions</key> +			<array> +				<string>slurl</string> +			</array> +			<key>CFBundleTypeIconFile</key> +			<string>seconlife</string> +			<key>CFBundleTypeMIMETypes</key> +			<array> +				<string>application/x-grid-location-info</string> +			</array> +			<key>CFBundleTypeName</key> +			<string>Secondlife SLURL</string>  			<key>CFBundleTypeOSTypes</key>  			<array> -			  <string>SLRL</string> +				<string>SLRL</string>  			</array> -                        <key>CFBundleTypeRole</key> -                        <string>Viewer</string> -                        <key>LSTypeIsPackage</key> +			<key>CFBundleTypeRole</key> +			<string>Viewer</string> +			<key>LSTypeIsPackage</key>  			<true/> -                        <key>NSDocumentClass</key> -                        <string>SecondLifeSLURL</string> -                </dict> -        </array> +			<key>NSDocumentClass</key> +			<string>SecondLifeSLURL</string> +		</dict> +	</array>  	<key>CFBundleURLTypes</key>  	<array>  		<dict> | 
