diff options
author | sr55 <[email protected]> | 2009-06-14 13:31:24 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-06-14 13:31:24 +0000 |
commit | b023bb532c17e1284230172b660baa32b5750318 (patch) | |
tree | 33a5bfe14b29a2ed932e782b94469956cea5874d /win/C#/app.config | |
parent | 729ff4e83ad9c402fd322922e38c6b75f55508e0 (diff) |
WinGui:
- Small tweaks to Encode.cs
- write2disk queue recovery feature is now completely handled in QueueHandler
- Auto naming is on by default.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2533 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index d4c74e98a..344c8dd04 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -38,7 +38,7 @@ <value>0</value>
</setting>
<setting name="autoNaming" serializeAs="String">
- <value />
+ <value>Checked</value>
</setting>
<setting name="autoNamePath" serializeAs="String">
<value />
@@ -59,7 +59,7 @@ <value />
</setting>
<setting name="autoNameFormat" serializeAs="String">
- <value>{source}-{title}-{chapters}</value>
+ <value>{source}-{title}</value>
</setting>
<setting name="saveLogToSpecifiedPath" serializeAs="String">
<value />
|