diff options
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 38 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 18 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/objects.nib | bin | 14905 -> 17820 bytes |
3 files changed, 39 insertions, 17 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index df2438f40..38429950c 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -3,6 +3,7 @@ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { ACTIONS = { + AudioPopUpChanged = id; BrowseDVD = id; BrowseFile = id; Cancel = id; @@ -12,36 +13,39 @@ Resume = id; Rip = id; Scan = id; - ScanEnableIntf = id; + ScanMatrixChanged = id; ShowPicturePanel = id; Suspend = id; + TitlePopUpChanged = id; UpdatePicture = id; - UpdatePopUp = id; + VideoMatrixChanged = id; }; CLASS = HBController; LANGUAGE = ObjC; OUTLETS = { - fAudioField = NSTextField; - fAudioPopUp = NSPopUpButton; - fAudioStepper = NSStepper; - fBlankView = NSView; + fAudioBitratePopUp = NSPopUpButton; + fAudioCodecPopUp = NSPopUpButton; fBottomField = NSTextField; fBottomStepper = NSStepper; fCropButton = NSButton; + fCustomBitrateField = NSTextField; fDVDFolderField = NSTextField; fDVDPopUp = NSPopUpButton; fDeinterlaceCheck = NSButton; fDonePanel = NSPanel; + fFileBrowseButton = NSButton; fFileField = NSTextField; + fFileFormatPopUp = NSPopUpButton; fInfoField = NSTextField; + fLanguagePopUp = NSPopUpButton; fLeftField = NSTextField; fLeftStepper = NSStepper; - fPictureGLView = PictureGLView; + fPictureGLView = HBPictureGLView; fPicturePanel = NSPanel; fRightField = NSTextField; fRightStepper = NSStepper; - fRipBrowseButton = NSButton; fRipButton = NSButton; + fRipInfoField = NSTextField; fRipProgress = NSProgressIndicator; fRipStatusField = NSTextField; fRipView = NSView; @@ -51,19 +55,33 @@ fScanProgress = NSProgressIndicator; fScanStatusField = NSTextField; fScanView = NSView; + fSecondaryLanguagePopUp = NSPopUpButton; fSuspendButton = NSButton; + fTargetSizeField = HBTargetSizeField; + fTempView = NSView; fTitlePopUp = NSPopUpButton; fTopField = NSTextField; fTopStepper = NSStepper; fTwoPassCheck = NSButton; - fVideoField = NSTextField; - fVideoStepper = NSStepper; + fVideoCodecPopUp = NSPopUpButton; + fVideoMatrix = NSMatrix; fWidthField = NSTextField; fWidthStepper = NSStepper; fWindow = NSWindow; }; SUPERCLASS = NSObject; }, + {CLASS = HBPictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; }, + { + CLASS = HBTargetSizeField; + LANGUAGE = ObjC; + OUTLETS = { + fAudioBitratePopUp = NSPopUpButton; + fBitrateField = NSTextField; + fSecondaryLanguagePopUp = NSPopUpButton; + }; + SUPERCLASS = NSTextField; + }, {CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; } ); IBVersion = 1; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 0dbd97023..af41a1429 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -3,25 +3,29 @@ <plist version="1.0"> <dict> <key>IBDocumentLocation</key> - <string>109 136 381 380 0 0 1440 878 </string> + <string>29 16 381 380 0 0 1440 878 </string> <key>IBEditorPositions</key> <dict> - <key>249</key> - <string>510 472 420 258 0 0 1440 878 </string> - <key>256</key> - <string>454 372 420 466 0 0 1440 878 </string> <key>29</key> <string>407 469 205 44 0 0 1440 878 </string> + <key>556</key> + <string>510 480 420 244 0 0 1440 878 </string> + <key>583</key> + <string>648 516 144 171 0 0 1440 878 </string> + <key>589</key> + <string>510 282 420 586 0 0 1440 878 </string> </dict> <key>IBFramework Version</key> <string>291.0</string> <key>IBOpenObjects</key> <array> - <integer>249</integer> - <integer>256</integer> + <integer>583</integer> <integer>21</integer> + <integer>589</integer> + <integer>365</integer> <integer>434</integer> <integer>29</integer> + <integer>556</integer> </array> <key>IBSystem Version</key> <string>6R73</string> diff --git a/macosx/English.lproj/MainMenu.nib/objects.nib b/macosx/English.lproj/MainMenu.nib/objects.nib Binary files differindex a7849eb54..9fe323510 100644 --- a/macosx/English.lproj/MainMenu.nib/objects.nib +++ b/macosx/English.lproj/MainMenu.nib/objects.nib |