]> Dogcows Code - chaz/thecheat/blobdiff - AboutBoxController.h
update contact information and project URL
[chaz/thecheat] / AboutBoxController.h
index 2b9901d4a354262ef39c9930df9632de6f796b56..4a59b35dd47b458904602db2d5a3efdb059e380e 100644 (file)
@@ -1,22 +1,31 @@
 
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-// Project:   The Cheat
-//
-// File:      AboutBoxController.h
-// Created:   Mon Nov 24 2003
-//
-// Copyright: 2003 Chaz McGarvey.  All rights reserved.
-// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+/*
+ * The Cheat - The legendary universal game trainer for Mac OS X.
+ * http://www.brokenzipper.com/trac/wiki/TheCheat
+ *
+ * Copyright (c) 2003-2011, Charles McGarvey et al.
+ *
+ * Distributable under the terms and conditions of the 2-clause BSD
+ * license; see the file COPYING for the legal text of the license.
+ */
 
-#import <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
+#import "ChazLog.h"
+
+#import "ChazUpdate.h"
+
+#include "cheat_global.h"
 
 
 @interface AboutBoxController : NSWindowController
 {
-       IBOutlet NSWindow               *aboutWindow;
+       IBOutlet NSTextField *ibNameVersionText;
+       IBOutlet NSButton *ibWebsiteButton;
+       IBOutlet NSButton *ibEmailButton;
+       IBOutlet NSTextField *ibDateText;
 }
 
-- (IBAction)launchWebsiteButton:(id)sender;
-- (IBAction)launchEmailButton:(id)sender;
+- (IBAction)ibWebsiteButton:(id)sender;
+- (IBAction)ibEmailButton:(id)sender;
 
 @end
This page took 0.01874 seconds and 4 git commands to generate.