summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFInput/macsrc/PadController.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-10 23:38:29 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-11-10 23:38:29 +0000
commit5fb82849d7fa24ccbf29aa3f89a52645fbc5d580 (patch)
treebbd4bedf12c4183311d123302da1015c0863497c /macosx/plugins/DFInput/macsrc/PadController.h
parenta96ba176322566d9d15b51c714984affcdfc6355 (diff)
OS X: Move the English localization files around.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92229 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/PadController.h')
-rwxr-xr-xmacosx/plugins/DFInput/macsrc/PadController.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/plugins/DFInput/macsrc/PadController.h b/macosx/plugins/DFInput/macsrc/PadController.h
index 4e56a206..62ad66f4 100755
--- a/macosx/plugins/DFInput/macsrc/PadController.h
+++ b/macosx/plugins/DFInput/macsrc/PadController.h
@@ -25,11 +25,10 @@
#import "PadView.h"
@interface PadController : NSWindowController <NSWindowDelegate>
-{
- IBOutlet PadView *controllerView;
- IBOutlet id controllerView1;
- IBOutlet id controllerView2;
-}
+@property (weak) IBOutlet PadView *controllerView;
+@property (weak) IBOutlet id controllerView1;
+@property (weak) IBOutlet id controllerView2;
+
- (IBAction)cancel:(id)sender;
- (IBAction)ok:(id)sender;