summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj/MainMenu.nib/classes.nib
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-30 16:43:50 +0000
committerdynaflash <[email protected]>2007-04-30 16:43:50 +0000
commitbfa6a4fad119088d7b5f6e0839a1ccff43ff2213 (patch)
treef63f2d9b623f83edee1efc48b1ddb7ebb3130ed1 /macosx/English.lproj/MainMenu.nib/classes.nib
parentc780eb2decd3dbfce27d1330ec4bbd1117dad5f2 (diff)
MacGui: Advanced Tab initial implementation
- Sets groundwork for more robust x264 advanced options implementation - currently strings are displayed and editable via textfield for x264 encodes - for right now, the x264 string from preferences is ignored, need to figure out best way to implement that string. - New Preset now takes the value from that field in advanced, negating the need for the field in "Add new Preset" window. - NOTE: this also implements the new "Use Picture Settings" in presets to allow for "None", Use Current","Use Max from source". git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@556 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r--macosx/English.lproj/MainMenu.nib/classes.nib5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib
index 0ab36a683..b8f83a9e5 100644
--- a/macosx/English.lproj/MainMenu.nib/classes.nib
+++ b/macosx/English.lproj/MainMenu.nib/classes.nib
@@ -55,6 +55,7 @@
fChapterTable = NSTableView;
fCreateChapterMarkers = NSButton;
fDisplayX264Options = NSTextField;
+ fDisplayX264OptionsLabel = NSTextField;
fDstBrowseButton = NSButton;
fDstCodecsField = NSTextField;
fDstCodecsPopUp = NSPopUpButton;
@@ -90,9 +91,7 @@
fPicturePanel = NSPanel;
fPresetDrawer = NSDrawer;
fPresetNewName = NSTextField;
- fPresetNewPicSettingsApply = NSButton;
- fPresetNewX264Opt = NSTextField;
- fPresetNewX264OptLabel = NSTextField;
+ fPresetNewPicSettingsPopUp = NSPopUpButton;
fPresetSaveButton = NSButton;
fPresetSelectedDisplay = NSTextField;
fPresetsAdd = NSButton;