diff options
author | titer <[email protected]> | 2006-03-21 17:15:21 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-03-21 17:15:21 +0000 |
commit | 730315edc4113269902d908e7c4d41954d5a3d5d (patch) | |
tree | 5516faccaf70bf431c07c843b790aa255f7b90db /macosx/ExpressController.h | |
parent | a9f5eb56c4ba2f1b4c22bf949a64cb1d21612ab3 (diff) |
Adds presets for iPod/H.264 and iPod/MPEG-4 + small UI fixes
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@47 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/ExpressController.h')
-rw-r--r-- | macosx/ExpressController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/ExpressController.h b/macosx/ExpressController.h index f4ef02130..303651b5c 100644 --- a/macosx/ExpressController.h +++ b/macosx/ExpressController.h @@ -27,6 +27,9 @@ IBOutlet NSView * fConvertView; IBOutlet NSTableView * fConvertTableView; IBOutlet NSPopUpButton * fConvertFolderPopUp; + IBOutlet NSPopUpButton * fConvertFormatPopUp; + IBOutlet NSPopUpButton * fConvertAspectPopUp; + IBOutlet NSTextField * fConvertInfoString; IBOutlet NSProgressIndicator * fConvertIndicator; NSMutableArray * fConvertCheckArray; NSString * fConvertFolderString; |