summaryrefslogtreecommitdiffstats
path: root/win/C#/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-08-30 11:42:37 +0000
committersr55 <[email protected]>2007-08-30 11:42:37 +0000
commit473352b9820385b6eed1a74e3e1fd162f5f78776 (patch)
tree8d2ee70d76c284f6cc9a906f315b67cf03f3a18f /win/C#/Properties/Settings.Designer.cs
parent479dd465c30a7a860569f37c7da103033a4ccf44 (diff)
WinGui:
- Queue now has minimise button. - Ability to disable tooltips in tools > options - Added a few more tooltips to items. - Removed some old files that are no longer needed. - Updated splash screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@902 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r--win/C#/Properties/Settings.Designer.cs20
1 files changed, 16 insertions, 4 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs
index aecb25910..db4342b49 100644
--- a/win/C#/Properties/Settings.Designer.cs
+++ b/win/C#/Properties/Settings.Designer.cs
@@ -25,7 +25,7 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("2.41")]
+ [global::System.Configuration.DefaultSettingValueAttribute("2.4.1")]
public string GuiVersion {
get {
return ((string)(this["GuiVersion"]));
@@ -85,7 +85,7 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
+ [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
public string updateStatus {
get {
return ((string)(this["updateStatus"]));
@@ -97,7 +97,7 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
+ [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
public string verbose {
get {
return ((string)(this["verbose"]));
@@ -516,7 +516,7 @@ namespace Handbrake.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
+ [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
public string QuickStartWindow {
get {
return ((string)(this["QuickStartWindow"]));
@@ -562,5 +562,17 @@ namespace Handbrake.Properties {
this["defaultError"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Checked")]
+ public string tooltipEnable {
+ get {
+ return ((string)(this["tooltipEnable"]));
+ }
+ set {
+ this["tooltipEnable"] = value;
+ }
+ }
}
}