summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-16 20:59:16 +0000
committerdynaflash <[email protected]>2007-04-16 20:59:16 +0000
commit3aff3e3e8ae0a6015d07800c48194f46e2e5be8e (patch)
tree4828ea49c28c7e093ea57a597eccf80a4e9ef29d /macosx/Controller.h
parent5ed496ef19a95b56b1236fce2b78d2c9a8a4767f (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/Controller.h')
-rw-r--r--macosx/Controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index dd366dd98..6666e3c35 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -132,7 +132,7 @@
IBOutlet NSDrawer * fPresetDrawer;
IBOutlet NSTextField * fPresetNewName;
- IBOutlet NSTextView * fPresetNewX264Opt;
+ IBOutlet NSTextField * fPresetNewX264Opt;
IBOutlet NSTextField * fPresetNewX264OptLabel;
IBOutlet NSButton * fPresetNewPicSettingsApply;
IBOutlet NSTextField * fPresetSelectedDisplay;