diff options
author | dynaflash <[email protected]> | 2007-03-14 18:02:56 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-03-14 18:02:56 +0000 |
commit | 654a5f2d8cdca755c04e3b4db8c1916778fc0685 (patch) | |
tree | 8056fdf5f051f848e85523fe90cce940ac59bf04 /macosx/PrefsController.h | |
parent | d402a786bf519a1c5311efe805c5509d375a6c18 (diff) |
MacGui: Introduce Auto Naming
- Auto Naming checkbox in Preferences (default to Off)
- If "ON" uses the DVD Name and "- Title Number" as the file output name.
- Called in -TitlePopupChanged function.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@434 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PrefsController.h')
-rw-r--r-- | macosx/PrefsController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PrefsController.h b/macosx/PrefsController.h index a9ccb54a4..84ccd542e 100644 --- a/macosx/PrefsController.h +++ b/macosx/PrefsController.h @@ -14,6 +14,7 @@ IBOutlet NSButton * fDefPixelRatio; IBOutlet NSButton * fDefAudioSurround; IBOutlet NSButton * fDefPresetDrawerShow; + IBOutlet NSButton * fDefAutoNaming; IBOutlet NSTextView * fDefAdvancedx264FlagsView; } |