summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj/MainMenu.nib/classes.nib
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-07-31 20:09:52 +0000
committerdynaflash <[email protected]>2007-07-31 20:09:52 +0000
commit261da361375e2d6359d978fd148491ca7b761d7b (patch)
treee81096d7e007368f906baceadeac5a2e132ab4be /macosx/English.lproj/MainMenu.nib/classes.nib
parent043526056a7ca7b11a8238231a0d44cc0f0f6ced (diff)
MacGui: New deinterlace initial implementation
- Replace old deinterlace checkbox with NSPopUp Button New Settings: - None: No deinterlacing - Fast: Original HB deinterlacing - Slow: Yadif Mode 1 - Slower: Yadif and Mcdeint - Slowest: Yadif and Mcdeint Presets still work, any old one will use None or Fast above. New ones will accurately reflect the correct choice. Note: need to determine if the preview is still reflecting deinterlacing on or off. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@772 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r--macosx/English.lproj/MainMenu.nib/classes.nib3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib
index de7c2c62e..5a850c960 100644
--- a/macosx/English.lproj/MainMenu.nib/classes.nib
+++ b/macosx/English.lproj/MainMenu.nib/classes.nib
@@ -225,7 +225,8 @@
fCropRightStepper = NSStepper;
fCropTopField = NSTextField;
fCropTopStepper = NSStepper;
- fDeinterlaceCheck = NSButton;
+ fDeinterlaceLevelMainWindow = NSTextField;
+ fDeinterlacePopUp = NSPopUpButton;
fEffectsCheck = NSButton;
fHeightField = NSTextField;
fHeightStepper = NSStepper;