summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPluginHandler.h
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-26 23:29:22 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-11-26 23:29:22 +0000
commit26a39c749b337ef038a949447c5356ddaa0bc912 (patch)
tree8dfe87695579fae086972fc97c70dffb36b74e5e /macosx/PcsxrPluginHandler.h
parentc9289d55f08d262bfa5495de16b3b17c05a14741 (diff)
downloadpcsxr-26a39c749b337ef038a949447c5356ddaa0bc912.tar.gz
More work on OS X localization.
Some OS X bug fixes. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87971 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPluginHandler.h')
-rwxr-xr-xmacosx/PcsxrPluginHandler.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/macosx/PcsxrPluginHandler.h b/macosx/PcsxrPluginHandler.h
index 8b79a4fb..2855e410 100755
--- a/macosx/PcsxrPluginHandler.h
+++ b/macosx/PcsxrPluginHandler.h
@@ -9,11 +9,7 @@
#import <Cocoa/Cocoa.h>
#import "PcsxrFileHandle.h"
-@interface PcsxrPluginHandler : NSWindowController <PcsxrFileHandle> {
- IBOutlet NSTextField *pluginName;
-
- BOOL moveOK;
-}
+@interface PcsxrPluginHandler : NSWindowController <PcsxrFileHandle>
+@property (weak) IBOutlet NSTextField *pluginName;
- (IBAction)closeAddPluginSheet:(id)sender;
-
@end