diff options
author | sr55 <[email protected]> | 2010-04-28 18:03:01 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-28 18:03:01 +0000 |
commit | 4c0d4df9984e520961b467fde1ab1c2ee7513a67 (patch) | |
tree | f3dd31bf7e398e85593ec4209ba20e787e38241c /win/C#/Properties/Settings.Designer.cs | |
parent | 6223188aa629e3ea5bc183c9da8eca4f5b24b19d (diff) |
WinGui:
- Strip any illegal characters from the autoname path
- Display build number in program window title. Also added a hack to force this to display the correct number.
- Imported some settings for Stylecop for resharper 5
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3272 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index 757344c75..018b95e3a 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30128.1
+// Runtime Version:4.0.30319.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -527,7 +527,7 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("3240")]
+ [global::System.Configuration.DefaultSettingValueAttribute("3264")]
public int hb_min_cli {
get {
return ((int)(this["hb_min_cli"]));
|