X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=English.lproj%2FAboutBox.nib%2Fclasses.nib;h=f9f39203c5901d3707ae19e7704e5728c4dc133b;hb=44e9757722f3ed40d15e0a7d06c50567d9664833;hp=c9c6005376bdab30636669d11da7b1fc3a132100;hpb=42cf7bbe564d70233a0d73baee613f209eb00eb6;p=chaz%2Fthecheat diff --git a/English.lproj/AboutBox.nib/classes.nib b/English.lproj/AboutBox.nib/classes.nib index c9c6005..f9f3920 100644 --- a/English.lproj/AboutBox.nib/classes.nib +++ b/English.lproj/AboutBox.nib/classes.nib @@ -1,10 +1,15 @@ { IBClasses = ( { - ACTIONS = {launchEmailButton = id; launchWebsiteButton = id; }; + ACTIONS = {ibEmailButton = id; ibWebsiteButton = id; }; CLASS = AboutBoxController; LANGUAGE = ObjC; - OUTLETS = {aboutWindow = NSWindow; }; + OUTLETS = { + ibDateText = NSTextField; + ibEmailButton = NSButton; + ibNameVersionText = NSTextField; + ibWebsiteButton = NSButton; + }; SUPERCLASS = NSWindowController; }, {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }