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#/Properties/Settings.settings | |
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#/Properties/Settings.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 9cf3031ef..4af4a7454 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -53,12 +53,6 @@ <Setting Name="checkSnapshot" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
- <Setting Name="decomb" Type="System.String" Scope="User">
- <Value Profile="(Default)">4:10:15:9:10:35:9</Value>
- </Setting>
- <Setting Name="default_decomb" Type="System.String" Scope="User">
- <Value Profile="(Default)">4:10:15:9:10:35:9</Value>
- </Setting>
<Setting Name="autoNameFormat" Type="System.String" Scope="User">
<Value Profile="(Default)">{source}-{title}-{chapters}</Value>
</Setting>
|