X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=AboutBoxController.h;h=4a59b35dd47b458904602db2d5a3efdb059e380e;hp=d932f5992734e437300435c4a8eed8649628654f;hb=HEAD;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/AboutBoxController.h b/AboutBoxController.h index d932f59..4a59b35 100644 --- a/AboutBoxController.h +++ b/AboutBoxController.h @@ -1,24 +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 *nameVersionText; + 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