summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-12-07 22:03:24 +0000
committersr55 <[email protected]>2007-12-07 22:03:24 +0000
commitf23b40d16b3a9dec9b5d420e402e7c4fb988ae4a (patch)
tree0bd82a1f6b9fbb58b2b0ab2ba627f70f7c141eee /win/C#/Properties/Settings.Designer.cs
parent00e6db9ff1c1d2b2ec0999f71e9795da18c24155 (diff)
WinGui:
- Implemented Auto File naming option. Can be enabled from Tools > Options - Implemented Auto Select Subtitle feature for Forced Subtitles. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1107 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs36
1 files changed, 24 insertions, 12 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index 755c75ba8..9fea5a39b 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -147,18 +147,6 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
- public string hidePresets {
- get {
- return ((string)(this["hidePresets"]));
- }
- set {
- this["hidePresets"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
public string defaultUserSettings {
get {
return ((string)(this["defaultUserSettings"]));
@@ -203,5 +191,29 @@ namespace Handbrake.Properties {
this["updatePresets"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string autoNaming {
+ get {
+ return ((string)(this["autoNaming"]));
+ }
+ set {
+ this["autoNaming"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string autoNamePath {
+ get {
+ return ((string)(this["autoNamePath"]));
+ }
+ set {
+ this["autoNamePath"] = value;
+ }
+ }
}
}