diff options
author | sr55 <[email protected]> | 2008-01-30 15:54:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-01-30 15:54:37 +0000 |
commit | 4aa464a169ed69d9660dd0cce1e2747f1a3ef140 (patch) | |
tree | 329ef159180199fbf0631985725aedb2c907882b /win/C#/Program.cs | |
parent | 70de68d465248336a1d68e5932ac00f60882a612 (diff) |
WinGui:
- Updated the help menu links.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1240 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Program.cs')
-rw-r--r-- | win/C#/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Program.cs b/win/C#/Program.cs index 22b601f01..a613eca65 100644 --- a/win/C#/Program.cs +++ b/win/C#/Program.cs @@ -32,7 +32,7 @@ namespace Handbrake {
// Development Code Expiry.
// Remember to comment out on public release!!!
- if (DateTime.Now > DateTime.Parse("2008/01/30", new CultureInfo("en-US"))) { MessageBox.Show("Sorry, This development build of Handbrake has expired."); return; }
+ if (DateTime.Now > DateTime.Parse("2008/02/27", new CultureInfo("en-US"))) { MessageBox.Show("Sorry, This development build of Handbrake has expired."); return; }
// Check the system meets the system requirements.
Boolean launch = true;
|