diff options
author | sr55 <[email protected]> | 2014-03-16 19:48:02 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-03-16 19:48:02 +0000 |
commit | d6b1b9c0b12f4142357988f8eaffb3005ca81331 (patch) | |
tree | 82d33c7abc900904c9552e3cc299127917937cd8 /win/CS/HandBrakeWPF/Constants.cs | |
parent | eb6e020a90911b79ec8708a15b7d5c0fbc8d2576 (diff) |
WinGui: Fix an issue with the preview scan count not being set correctly for libhb encode path.
Added Nightly appcast update checking functionality back in.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6117 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Constants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Constants.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Constants.cs b/win/CS/HandBrakeWPF/Constants.cs index 36732611d..174db62ad 100644 --- a/win/CS/HandBrakeWPF/Constants.cs +++ b/win/CS/HandBrakeWPF/Constants.cs @@ -25,6 +25,18 @@ namespace HandBrakeWPF public const string Appcast32 = "http://handbrake.fr/appcast.i386.xml";
/// <summary>
+ /// The appcast 32.
+ /// </summary>
+ public const string AppcastUnstable32 = "http://handbrake.fr/appcast_unstable.i386.xml";
+
+
+ /// <summary>
+ /// The appcast 32.
+ /// </summary>
+ public const string AppcastUnstable64 = "http://handbrake.fr/appcast_unstable.x86_64.xml";
+
+
+ /// <summary>
/// The any.
/// </summary>
public const string Any = "(Any)";
|