summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-12-30 22:47:48 +0000
committersr55 <[email protected]>2008-12-30 22:47:48 +0000
commit382ca3aad89ad78b1c074ee0c272939dd80dc888 (patch)
tree6706fde00864b7f61b166b9700f7df4b11911a77 /win/C#/Properties/Settings.Designer.cs
parenteef37cf07dc0a9c28b938688469ca0bbdbe35720 (diff)
WinGui:
- Set Default now set's the currently selected preset to default, not the current settings. - Add Preset can now optionally add a flag to allow saving of picture size information (just like the macgui) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2052 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index c18b31dd4..a8c3c0f2f 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -110,12 +110,12 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
- public string defaultUserSettings {
+ public string defaultPreset {
get {
- return ((string)(this["defaultUserSettings"]));
+ return ((string)(this["defaultPreset"]));
}
set {
- this["defaultUserSettings"] = value;
+ this["defaultPreset"] = value;
}
}