From f23b40d16b3a9dec9b5d420e402e7c4fb988ae4a Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 7 Dec 2007 22:03:24 +0000 Subject: 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 --- win/C#/Properties/Settings.Designer.cs | 36 ++++++++++++++++++++++------------ win/C#/Properties/Settings.settings | 9 ++++++--- 2 files changed, 30 insertions(+), 15 deletions(-) (limited to 'win/C#/Properties') 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 @@ -144,18 +144,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("")] @@ -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; + } + } } } diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index ea64b0308..40cb829cb 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -32,9 +32,6 @@ Do Nothing - - - @@ -47,5 +44,11 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3