X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=AboutBoxController.h;h=05f4e5d775943f7c41b3975a644ac9d5eff46b64;hb=refs%2Ftags%2Fv1.1;hp=2b9901d4a354262ef39c9930df9632de6f796b56;hpb=9320221ec3758e75891e9f19268bfb3f89514ed4;p=chaz%2Fthecheat diff --git a/AboutBoxController.h b/AboutBoxController.h index 2b9901d..05f4e5d 100644 --- a/AboutBoxController.h +++ b/AboutBoxController.h @@ -14,6 +14,7 @@ @interface AboutBoxController : NSWindowController { IBOutlet NSWindow *aboutWindow; + IBOutlet NSTextField *nameVersionText; } - (IBAction)launchWebsiteButton:(id)sender;