From b5d74158d787c44297a90ca1ca2944de9accf348 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 4 Jul 2008 16:10:48 +0000 Subject: WinGui: - Drive detection lists DVD title in Source Menu (Optional Feature) - Updated the help menu to match the macgui. - Added "cancel" button to frmReadDVD so if the CLI get's stuck, user can cancel the scan without restarting the GUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1555 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Properties/Settings.Designer.cs | 12 ++++++++++++ win/C#/Properties/Settings.settings | 3 +++ 2 files changed, 15 insertions(+) (limited to 'win/C#/Properties') diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 48947cc1c..2b5849b42 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -190,5 +190,17 @@ namespace Handbrake.Properties { this["appcast_unstable"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("Checked")] + public string drive_detection { + get { + return ((string)(this["drive_detection"])); + } + set { + this["drive_detection"] = value; + } + } } } diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 463e8ac6c..21ce3ceed 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -44,5 +44,8 @@ http://handbrake.fr/appcast_unstable.xml + + Checked + \ No newline at end of file -- cgit v1.2.3