diff options
author | sr55 <[email protected]> | 2010-04-21 18:37:11 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-21 18:37:11 +0000 |
commit | 1c106d66f67ea968caffbc83d57438e7956e63c7 (patch) | |
tree | 493bf89501ea96a33fc3249dd9efe9baa976a32e /win/C#/Properties | |
parent | 886e890be333a392ca64047cf59f211f5d31f136 (diff) |
WinGui:
- enforce a minimum CLI revision for svn builds.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3247 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index c911a94cc..757344c75 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -524,5 +524,17 @@ namespace Handbrake.Properties { this["AutoNameRemoveUnderscore"] = value;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("3240")]
+ public int hb_min_cli {
+ get {
+ return ((int)(this["hb_min_cli"]));
+ }
+ set {
+ this["hb_min_cli"] = value;
+ }
+ }
}
}
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 1e4b9387a..bab3f7db1 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -128,5 +128,8 @@ <Setting Name="AutoNameRemoveUnderscore" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
+ <Setting Name="hb_min_cli" Type="System.Int32" Scope="User">
+ <Value Profile="(Default)">3240</Value>
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |