summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-07-04 16:10:48 +0000
committersr55 <[email protected]>2008-07-04 16:10:48 +0000
commitb5d74158d787c44297a90ca1ca2944de9accf348 (patch)
treea8217136e205288b78751456eb5ad96354075010 /win/C#/Properties/Settings.Designer.cs
parent3163a1a8238ef11e246bd550712e9ee997470db7 (diff)
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
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs12
1 files changed, 12 insertions, 0 deletions
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;
+ }
+ }
}
}