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.Designer.cs | |
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.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index aa02382f5..543397699 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -229,30 +229,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("4:10:15:9:10:35:9")]
- public string decomb {
- get {
- return ((string)(this["decomb"]));
- }
- set {
- this["decomb"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("4:10:15:9:10:35:9")]
- public string default_decomb {
- get {
- return ((string)(this["default_decomb"]));
- }
- set {
- this["default_decomb"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("{source}-{title}-{chapters}")]
public string autoNameFormat {
get {
|