summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties
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
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')
-rw-r--r--win/C#/Properties/Settings.Designer.cs6
-rw-r--r--win/C#/Properties/Settings.settings2
2 files changed, 4 insertions, 4 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;
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings
index 2b8b4f2c2..ce7993310 100644
--- a/win/C#/Properties/Settings.settings
+++ b/win/C#/Properties/Settings.settings
@@ -23,7 +23,7 @@
<Setting Name="CompletionOption" Type="System.String" Scope="User">
<Value Profile="(Default)">Do Nothing</Value>
</Setting>
- <Setting Name="defaultUserSettings" Type="System.String" Scope="User">
+ <Setting Name="defaultPreset" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="hb_build" Type="System.Int32" Scope="User">