diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-13 22:07:53 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-13 22:07:53 +0000 |
| commit | 54a898fced26e941c1dfd28db46bcb25b1d12eae (patch) | |
| tree | 13be7abcb9b915999e85671617b934ba1317d4d7 /macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h | |
| parent | 949b0bc5002cd94dcbf37ef23f6c32d41d62c704 (diff) | |
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/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h')
| -rw-r--r-- | macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h index a38ea138..c778dd8d 100644 --- a/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h +++ b/macosx/plugins/PeopsXgl/macsrc/NetSfPeopsOpenGLPluginConfigController.h @@ -45,7 +45,7 @@ IBOutlet NSControl *gteAccuracy; - NSMutableDictionary *keyValues; + NSMutableDictionary *keyValues; } - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; |
