diff options
Diffstat (limited to 'macosx/plugins/DFCdrom')
| -rw-r--r-- | macosx/plugins/DFCdrom/Info.plist | 2 | ||||
| -rw-r--r-- | macosx/plugins/DFCdrom/macsrc/PluginConfigController.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/macosx/plugins/DFCdrom/Info.plist b/macosx/plugins/DFCdrom/Info.plist index ee25402f..6556485a 100644 --- a/macosx/plugins/DFCdrom/Info.plist +++ b/macosx/plugins/DFCdrom/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>net.pcsx.DFCdrom</string> + <string>net.pcsxr.DFCdrom</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m index 3b288fa8..86146a24 100644 --- a/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m +++ b/macosx/plugins/DFCdrom/macsrc/PluginConfigController.m @@ -22,7 +22,7 @@ #import "PluginConfigController.h" #include "cdr.h" -#define APP_ID @"net.pcsx.DFCdrom" +#define APP_ID @"net.pcsxr.DFCdrom" #define PrefsKey APP_ID @" Settings" static PluginConfigController *windowController; |
