diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 35b67ec3b..695fa98f6 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -175,10 +175,11 @@ IBOutlet NSPopUpButton * fX264optAlphaDeblockPopUp; IBOutlet NSPopUpButton * fX264optBetaDeblockPopUp; - /* User Preset variables here fPresetNewPicSettingsApply*/ + /* User Preset variables here fPresetNewDesc*/ IBOutlet NSDrawer * fPresetDrawer; IBOutlet NSTextField * fPresetNewName; + IBOutlet NSTextField * fPresetNewDesc; IBOutlet NSPopUpButton * fPresetNewPicSettingsPopUp; IBOutlet NSTextField * fPresetSelectedDisplay; |