diff options
| -rw-r--r-- | indra/newview/Info-SecondLife.plist | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index cc8edfadb8..82f63519db 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -11,7 +11,7 @@  	<key>CFBundleIconFile</key>  	<string>${MACOSX_BUNDLE_ICON_FILE}</string>  	<key>CFBundleIdentifier</key> -	<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> +	<string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>  	<key>CFBundleInfoDictionaryVersion</key>  	<string>6.0</string>  	<key>CFBundleLongVersionString</key> | 
