X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=AboutBoxController.h;fp=AboutBoxController.h;h=05f4e5d775943f7c41b3975a644ac9d5eff46b64;hp=2b9901d4a354262ef39c9930df9632de6f796b56;hb=5c3719dab502456afddef1ae919e73f06973012f;hpb=9320221ec3758e75891e9f19268bfb3f89514ed4 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;