--- hatari/src/gui-osx/SDLMain.nib/classes.nib 2019/04/01 07:13:37 1.1.1.2 +++ hatari/src/gui-osx/SDLMain.nib/classes.nib 2019/04/01 07:14:43 1.1.1.3 @@ -13,6 +13,7 @@ SUPERCLASS = NSObject; }, {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = NSPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, { ACTIONS = { changeViewedJoystick = id; @@ -33,10 +34,10 @@ ejectFloppyB = id; ejectGemdosImage = id; ejectHdImage = id; - loadConfig = id; + loadConfigFrom = id; loadPrefs = id; myAction = id; - saveConfig = id; + saveConfigAs = id; updateEnabledStates = id; }; CLASS = PrefsController; @@ -54,6 +55,7 @@ currentJoystick = NSPopUpButton; defaultImagesLocation = NSTextField; enableAutoFire = NSButton; + enableDSP = NSPopUpButton; enableMidi = NSButton; enablePrinter = NSButton; enableRS232 = NSButton; @@ -82,6 +84,7 @@ realJoystick = NSPopUpButton; realTime = NSButton; resolution = NSMatrix; + showStatusBar = NSButton; slowFDC = NSButton; tosImage = NSTextField; useBorders = NSButton; @@ -114,10 +117,10 @@ CLASS = SDLMain; LANGUAGE = ObjC; OUTLETS = { - beginCaptureAnim = id; - beginCaptureSound = id; - endCaptureAnim = id; - endCaptureSound = id; + beginCaptureAnim = NSMenuItem; + beginCaptureSound = NSMenuItem; + endCaptureAnim = NSMenuItem; + endCaptureSound = NSMenuItem; }; SUPERCLASS = NSObject; }