diff options
author | jstebbins <[email protected]> | 2009-06-22 20:25:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-22 20:25:15 +0000 |
commit | 55394d4229f9fbcde3841f5b3d91467cbd10d7f5 (patch) | |
tree | 84ba60491e5d5754d2d8e6032fdccab7846c6928 /gtk/src/internal_defaults.xml | |
parent | 5f1d29efe1d78d2019899619440250e5e760d614 (diff) |
LinGui: add audio-dub/add-subtitle radio buttons for preferred language control
- When Audio DUB is enabled, behavior is essentially unchanged
- When Add Subtitle is enabled, a subtitle of the preferred language will be
added to the subtitle list when the preferred language does not match
the first audio track.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2600 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/internal_defaults.xml')
-rw-r--r-- | gtk/src/internal_defaults.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/src/internal_defaults.xml b/gtk/src/internal_defaults.xml index c68874dc2..e49f5b7a7 100644 --- a/gtk/src/internal_defaults.xml +++ b/gtk/src/internal_defaults.xml @@ -268,6 +268,8 @@ <string>Name Missing</string> <key>Type</key> <integer>1</integer> + <key>AudioDUB</key> + <false /> <key>SourceAudioLang</key> <string>und</string> <key>SubtitleList</key> |