diff options
author | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
commit | af3277fd9e511b768a083bc77023e2e0437578fc (patch) | |
tree | c5611438d5797c44acdc909f9b8e12203e133c5f /win/C#/Properties/Settings.Designer.cs | |
parent | 9f0ec015e60bdfefb0956cd45a762c04d2d8bcb0 (diff) |
WinGUI:
- Image file updated in about window (due to removal of images folder)
- frmDvdInfo has few small design tweaks
- Few fixes in the Query Parser
- Build number added to application Settings.Designer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index ddc8dcf11..10b9b1755 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -191,5 +191,17 @@ namespace Handbrake.Properties { this["defaultUserSettings"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("1010")]
+ public int build {
+ get {
+ return ((int)(this["build"]));
+ }
+ set {
+ this["build"] = value;
+ }
+ }
}
}
|