diff options
author | sr55 <[email protected]> | 2008-03-14 15:52:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-03-14 15:52:04 +0000 |
commit | 990241acf2640730ef43173afe70b11593681b7c (patch) | |
tree | 8b9284e542a16cae67d0fa699d0df1003400c6ae /win/C#/Properties | |
parent | 95f50f128d56e71060dd8995d0e2e76906a63e70 (diff) |
WinGui:
- Added warning about UNC file paths
- Removed the generate presets.dat function on start-up. (It wasn't really needed)
- Changed a few tooltips
- Switched back to .Net version 2
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1337 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 0b2a51f23..6b014a053 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -146,18 +146,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Checked")]
- public string updatePresets {
- get {
- return ((string)(this["updatePresets"]));
- }
- set {
- this["updatePresets"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
public string autoNaming {
get {
return ((string)(this["autoNaming"]));
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 928ae649e..c526f7a09 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -32,9 +32,6 @@ <Setting Name="skipversion" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
- <Setting Name="updatePresets" Type="System.String" Scope="User">
- <Value Profile="(Default)">Checked</Value>
- </Setting>
<Setting Name="autoNaming" Type="System.String" Scope="User">
<Value Profile="(Default)">Checked</Value>
</Setting>
|