]> Dogcows Code - chaz/thecheat/blobdiff - AboutBoxController.m
The Cheat 1.0b3
[chaz/thecheat] / AboutBoxController.m
diff --git a/AboutBoxController.m b/AboutBoxController.m
new file mode 100644 (file)
index 0000000..68e2c6d
--- /dev/null
@@ -0,0 +1,40 @@
+
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+// Project:   The Cheat
+//
+// File:      AboutBoxController.m
+// Created:   Mon Nov 24 2003
+//
+// Copyright: 2003 Chaz McGarvey.  All rights reserved.
+// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#import "AboutBoxController.h"
+
+#include "cheat_shared.h"
+
+
+@implementation AboutBoxController
+
+
+- (id)init
+{
+       return [super initWithWindowNibName:@"AboutBox"];
+}
+
+- (void)windowDidLoad
+{
+       [aboutWindow center];
+}
+
+- (IBAction)launchWebsiteButton:(id)sender
+{
+       LaunchWebsite();
+}
+
+- (IBAction)launchEmailButton:(id)sender
+{
+       LaunchEmail();
+}
+
+
+@end
This page took 0.019704 seconds and 4 git commands to generate.