X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=English.lproj%2FAboutBox.nib%2Fclasses.nib;fp=English.lproj%2FAboutBox.nib%2Fclasses.nib;h=f9f39203c5901d3707ae19e7704e5728c4dc133b;hp=a36e7e581576fe1279d69d4108ea04d5ff3cba92;hb=d27548f80fe411fda2ee69c74a24eab4292267e9;hpb=e8d51183acdd2410a38dcf8f0efbf7c30cd6c581 diff --git a/English.lproj/AboutBox.nib/classes.nib b/English.lproj/AboutBox.nib/classes.nib index a36e7e5..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; nameVersionText = NSTextField; }; + OUTLETS = { + ibDateText = NSTextField; + ibEmailButton = NSButton; + ibNameVersionText = NSTextField; + ibWebsiteButton = NSButton; + }; SUPERCLASS = NSWindowController; }, {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }