summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-08 22:55:51 +0000
committersr55 <[email protected]>2007-08-08 22:55:51 +0000
commite99cc78f1b33adde034a88561f9494871d641cc0 (patch)
tree2753461a1ec044f71e94100896bf9f8072468f42 /win/C#/Properties/Settings.Designer.cs
parentdbdcd68514a6a447f5551458e57caf34cfa317da (diff)
WinGui:
- Some more tweaks to the presets menu. - Border added to splash screen. - Added a quick start tips window. - Few other small UI tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 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 10e95cd38..13e28e9b8 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -525,5 +525,17 @@ namespace Handbrake.Properties {
this["deblock"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string QuickStartWindow {
+ get {
+ return ((string)(this["QuickStartWindow"]));
+ }
+ set {
+ this["QuickStartWindow"] = value;
+ }
+ }
}
}