diff options
author | prigaux <[email protected]> | 2007-03-06 21:15:55 +0000 |
---|---|---|
committer | prigaux <[email protected]> | 2007-03-06 21:15:55 +0000 |
commit | c4a642b4648d486777af91ccc2894355df447089 (patch) | |
tree | 4ff9eee3e39a530cb649d9db43456e0ab3d712a3 /macosx/English.lproj/MainMenu.nib/classes.nib | |
parent | ff5ed5d2a2009504f1da3cf348689a59a82b27f1 (diff) |
Merge the 5.1 branch into the trunk.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@422 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index ec791480a..2b248aded 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -7,29 +7,38 @@ CalculateBitrate = id; Cancel = id; ChapterPopUpChanged = id; + CloseAddPresetPanel = id; CodecsPopUpChanged = id; EnableQueue = id; EncoderPopUpChanged = id; FormatPopUpChanged = id; + InsertPreset = id; + LanguagePopUpChanged = id; OpenForums = id; OpenHomepage = id; Pause = id; QualitySliderChanged = id; Rip = id; + ShowAddPresetPanel = id; ShowPicturePanel = id; ShowQueuePanel = id; ShowScanPanel = id; TitlePopUpChanged = id; VideoMatrixChanged = id; + addPreset = id; + deletePreset = id; + tableViewSelected = id; }; CLASS = HBController; LANGUAGE = ObjC; OUTLETS = { - fAddToQuButton = NSButton; + fAddPresetPanel = NSPanel; + fAddToQuButton = NSTableView; fAudBitrateField = NSTextField; fAudBitratePopUp = NSPopUpButton; fAudLang1Field = NSTextField; fAudLang1PopUp = NSPopUpButton; + fAudLang1SurroundCheck = NSButton; fAudLang2Field = NSTextField; fAudLang2PopUp = NSPopUpButton; fAudRateField = NSTextField; @@ -67,6 +76,12 @@ fPictureButton = NSButton; fPictureController = PictureController; fPicturePanel = NSPanel; + fPresetDrawer = NSDrawer; + fPresetNewName = NSTextField; + fPresetNewPicSettingsApply = NSButton; + fPresetSelectedDisplay = NSTextField; + fPresetsAdd = NSButton; + fPresetsDelete = NSButton; fQueueAddButton = NSButton; fQueueCheck = NSButton; fQueueController = QueueController; @@ -105,6 +120,7 @@ fVidTargetSizeField = NSTextField; fVidTwoPassCheck = NSButton; fWindow = NSWindow; + tableView = NSTableView; }; SUPERCLASS = NSObject; }, @@ -167,10 +183,13 @@ CLASS = PrefsController; LANGUAGE = ObjC; OUTLETS = { + fDefAdvancedx264FlagsView = NSButton; + fDefAudioSurround = NSButton; fDefCrf = NSButton; fDefDeinterlace = NSButton; fDefPicSizeAutoSetipod = NSButton; fDefPixelRatio = NSButton; + fDefPresetDrawerShow = id; fFileExtItunes = NSButton; fPanel = NSPanel; fUpdateCheck = NSButton; |