diff options
author | dynaflash <[email protected]> | 2007-04-16 20:59:16 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-04-16 20:59:16 +0000 |
commit | 3aff3e3e8ae0a6015d07800c48194f46e2e5be8e (patch) | |
tree | 4828ea49c28c7e093ea57a597eccf80a4e9ef29d /macosx/English.lproj/MainMenu.nib/classes.nib | |
parent | 5ed496ef19a95b56b1236fce2b78d2c9a8a4767f (diff) |
MacGui: Fix Presets mangling the x264 option strings for the umpteenth time.
- Replace the Optional x264 string NSTextView with an NSTextField
- Change when the field is emptied after creation.
- Reset the value of the ChickenSandwich.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@516 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index 74266e5de..bc5e6856c 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -88,7 +88,7 @@ fPresetDrawer = NSDrawer; fPresetNewName = NSTextField; fPresetNewPicSettingsApply = NSButton; - fPresetNewX264Opt = NSTextView; + fPresetNewX264Opt = NSTextField; fPresetNewX264OptLabel = NSTextField; fPresetSaveButton = NSButton; fPresetSelectedDisplay = NSTextField; |