From b5d74158d787c44297a90ca1ca2944de9accf348 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 4 Jul 2008 16:10:48 +0000 Subject: WinGui: - Drive detection lists DVD title in Source Menu (Optional Feature) - Updated the help menu to match the macgui. - Added "cancel" button to frmReadDVD so if the CLI get's stuck, user can cancel the scan without restarting the GUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1555 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmActivityWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/C#/frmActivityWindow.cs') diff --git a/win/C#/frmActivityWindow.cs b/win/C#/frmActivityWindow.cs index d0a413e5d..6ec70d7dc 100644 --- a/win/C#/frmActivityWindow.cs +++ b/win/C#/frmActivityWindow.cs @@ -117,7 +117,7 @@ namespace Handbrake line = sr.ReadLine(); } sr.Close(); - + sr.Dispose(); } catch (Exception exc) { -- cgit v1.2.3