diff options
author | sr55 <[email protected]> | 2011-09-11 13:32:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-11 13:32:33 +0000 |
commit | 609dbfdcf8cda1035b1af3af6b2a2598d72d602d (patch) | |
tree | 9470ac002bbffa54c49aba8b72c475873ee203a7 /win/CS/frmMain.cs | |
parent | 44ba40eb45932d432fd51aec058b4b7d08957857 (diff) |
WinGui: Some further work removing duplicate models, updating the libscan/encode services, fixes to the EnumHelper
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4215 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmMain.cs')
-rw-r--r-- | win/CS/frmMain.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CS/frmMain.cs b/win/CS/frmMain.cs index 05515983c..9a2baa5d1 100644 --- a/win/CS/frmMain.cs +++ b/win/CS/frmMain.cs @@ -136,6 +136,7 @@ namespace Handbrake // We can use LibHB, if the library hb.dll exists.
this.SourceScan = File.Exists("hb.dll") ? (IScan)new LibScan() : new ScanService();
+ lbl_libhb_warning.Visible = File.Exists("hb.dll") ? true : false;
// Update the users config file with the CLI version data.
Main.SetCliVersionData();
|