diff options
author | sr55 <[email protected]> | 2009-08-30 16:15:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-30 16:15:01 +0000 |
commit | 20ff4c1c7f0e888400aecef0c6cf7355abba8ae4 (patch) | |
tree | 0cb03b0122cc5f8bc844678e696fb2f6a5c385bd /win/C#/app.config | |
parent | c1adf4d22a63a6e63b4b0955e67db4f885c58c04 (diff) |
WinGui:
- Set use m4v option enabled by default.
- Fix some issues with auto setting m4v when use m4v is disabled.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2795 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index e87b03240..12068df9a 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -101,7 +101,7 @@ <value>7</value>
</setting>
<setting name="useM4v" serializeAs="String">
- <value>False</value>
+ <value>True</value>
</setting>
<setting name="PromptOnUnmatchingQueries" serializeAs="String">
<value>True</value>
|