diff --git a/stepmania/PBProject/English.lproj/MainMenu.nib/classes.nib b/stepmania/PBProject/English.lproj/MainMenu.nib/classes.nib index de2e10c2fe..748fdc238e 100644 --- a/stepmania/PBProject/English.lproj/MainMenu.nib/classes.nib +++ b/stepmania/PBProject/English.lproj/MainMenu.nib/classes.nib @@ -2,10 +2,15 @@ IBClasses = ( {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { - ACTIONS = {pushedButton = id; }; + ACTIONS = {pushedButton = id; pushedQuestionButton = id; }; CLASS = InstallerWindowController; LANGUAGE = ObjC; - OUTLETS = {button = NSButton; textView = NSTextView; }; + OUTLETS = { + button = NSButton; + questionField = NSTextField; + questionPanel = NSPanel; + textView = NSTextView; + }; SUPERCLASS = NSWindowController; } ); diff --git a/stepmania/PBProject/English.lproj/MainMenu.nib/info.nib b/stepmania/PBProject/English.lproj/MainMenu.nib/info.nib index dd21c0e15c..803148157d 100644 --- a/stepmania/PBProject/English.lproj/MainMenu.nib/info.nib +++ b/stepmania/PBProject/English.lproj/MainMenu.nib/info.nib @@ -14,6 +14,7 @@ IBOpenObjects 21 + 206 IBSystem Version 6L60 diff --git a/stepmania/PBProject/English.lproj/MainMenu.nib/objects.nib b/stepmania/PBProject/English.lproj/MainMenu.nib/objects.nib index 7a82315ba9..b257d15ef1 100644 Binary files a/stepmania/PBProject/English.lproj/MainMenu.nib/objects.nib and b/stepmania/PBProject/English.lproj/MainMenu.nib/objects.nib differ