summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/Info-AL.plist
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-13 22:07:53 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-13 22:07:53 +0000
commit54a898fced26e941c1dfd28db46bcb25b1d12eae (patch)
tree13be7abcb9b915999e85671617b934ba1317d4d7 /macosx/plugins/DFSound/Info-AL.plist
parent949b0bc5002cd94dcbf37ef23f6c32d41d62c704 (diff)
downloadpcsxr-54a898fced26e941c1dfd28db46bcb25b1d12eae.tar.gz
We don't need mutable dictionaries when setting plug-in defaults.
Set proper classes in the DFSound Info.plist files. Fix a missing default setting in the sound plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80391 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/Info-AL.plist')
-rw-r--r--macosx/plugins/DFSound/Info-AL.plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFSound/Info-AL.plist b/macosx/plugins/DFSound/Info-AL.plist
index 8d4fbc1e..fa162fa8 100644
--- a/macosx/plugins/DFSound/Info-AL.plist
+++ b/macosx/plugins/DFSound/Info-AL.plist
@@ -9,7 +9,7 @@
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>net.sf.peops.ALPlugin</string>
+ <string>net.sf.peops.SPUALPlugin</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
@@ -19,6 +19,6 @@
<key>CFBundleVersion</key>
<string>1.19</string>
<key>NSPrincipalClass</key>
- <string>NetSfPeopsALPluginController</string>
+ <string>NetSfPeopsSPUALPluginController</string>
</dict>
</plist>