summaryrefslogtreecommitdiffstats
path: root/macosx/PrefsController.h
diff options
context:
space:
mode:
authorprigaux <[email protected]>2007-03-06 21:15:55 +0000
committerprigaux <[email protected]>2007-03-06 21:15:55 +0000
commitc4a642b4648d486777af91ccc2894355df447089 (patch)
tree4ff9eee3e39a530cb649d9db43456e0ab3d712a3 /macosx/PrefsController.h
parentff5ed5d2a2009504f1da3cf348689a59a82b27f1 (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/PrefsController.h')
-rw-r--r--macosx/PrefsController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/PrefsController.h b/macosx/PrefsController.h
index a9c198c55..a9ccb54a4 100644
--- a/macosx/PrefsController.h
+++ b/macosx/PrefsController.h
@@ -12,8 +12,10 @@
IBOutlet NSButton * fDefDeinterlace;
IBOutlet NSButton * fDefPicSizeAutoSetipod;
IBOutlet NSButton * fDefPixelRatio;
+ IBOutlet NSButton * fDefAudioSurround;
+ IBOutlet NSButton * fDefPresetDrawerShow;
-
+ IBOutlet NSTextView * fDefAdvancedx264FlagsView;
}
- (IBAction) OpenPanel: (id) sender;