X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=AboutBoxController.h;h=4a59b35dd47b458904602db2d5a3efdb059e380e;hp=2b9901d4a354262ef39c9930df9632de6f796b56;hb=HEAD;hpb=42cf7bbe564d70233a0d73baee613f209eb00eb6 diff --git a/AboutBoxController.h b/AboutBoxController.h index 2b9901d..4a59b35 100644 --- a/AboutBoxController.h +++ b/AboutBoxController.h @@ -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 +#import +#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