summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
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/Controller.h
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/Controller.h')
-rw-r--r--macosx/Controller.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 49e939ffc..8c7847167 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -139,10 +139,9 @@
IBOutlet NSDrawer * fPresetDrawer;
IBOutlet NSTextField * fPresetNewName;
- IBOutlet NSTextField * fPresetNewX264Opt;
- IBOutlet NSTextField * fPresetNewX264OptLabel;
- IBOutlet NSButton * fPresetNewPicSettingsApply;
+ IBOutlet NSPopUpButton * fPresetNewPicSettingsPopUp;
IBOutlet NSTextField * fPresetSelectedDisplay;
+ IBOutlet NSTextField * fDisplayX264OptionsLabel;
IBOutlet NSTextField * fDisplayX264Options;
NSString * AppSupportDirectory;