diff options
author | sr55 <[email protected]> | 2009-03-07 12:53:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-03-07 12:53:48 +0000 |
commit | 6748576ffc395f6c5d4bee4afd597b6b8dc44be4 (patch) | |
tree | f9399d8ee7d8b1063c3ed7c3ba2ba8c5b3160f10 /win/C#/app.config | |
parent | 984a832a50fe4ec38140e5f5a8cbdaab670b09c4 (diff) |
WinGui:
- Remove old decomb option from the Options windows
- Added patch by ExDeus which allows multi-select on the queue window, and re-adding of the currently running job.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2239 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 694345cf7..ef5c4ad17 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -58,12 +58,6 @@ <setting name="checkSnapshot" serializeAs="String">
<value />
</setting>
- <setting name="decomb" serializeAs="String">
- <value>4:10:15:9:10:35:9</value>
- </setting>
- <setting name="default_decomb" serializeAs="String">
- <value>4:10:15:9:10:35:9</value>
- </setting>
<setting name="autoNameFormat" serializeAs="String">
<value>{source}-{title}-{chapters}</value>
</setting>
|