diff options
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/PluginConfigController.h')
| -rwxr-xr-x | macosx/plugins/DFNet/macsrc/PluginConfigController.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/macosx/plugins/DFNet/macsrc/PluginConfigController.h b/macosx/plugins/DFNet/macsrc/PluginConfigController.h index f0986e76..bb78b1a1 100755 --- a/macosx/plugins/DFNet/macsrc/PluginConfigController.h +++ b/macosx/plugins/DFNet/macsrc/PluginConfigController.h @@ -3,11 +3,10 @@ #import <Cocoa/Cocoa.h> @interface PluginConfigController : NSWindowController -{ - IBOutlet NSTextField *ipAddress; - IBOutlet NSTextField *portNum; - IBOutlet NSTextField *playerNum; -} +@property (weak) IBOutlet NSTextField *ipAddress; +@property (weak) IBOutlet NSTextField *portNum; +@property (weak) IBOutlet NSTextField *playerNum; + - (IBAction)cancel:(id)sender; - (IBAction)ok:(id)sender; |
