From b3a10e705540459c4c038dd2fc795627c3af11f3 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 31 Aug 2007 12:32:11 +0000 Subject: WinGui: - Fixed possible cross-thread issue when closing the application (when more than 1 window is open) - Added "Quit HandBrake" to the on complete options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@909 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/frmQueue.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'win/C#/frmQueue.cs') diff --git a/win/C#/frmQueue.cs b/win/C#/frmQueue.cs index add7c456f..5d2b7ba2b 100644 --- a/win/C#/frmQueue.cs +++ b/win/C#/frmQueue.cs @@ -87,6 +87,9 @@ namespace Handbrake case "Lock System": LockWorkStation(); break; + case "Quit HandBrake": + Application.Exit(); + break; default: break; } -- cgit v1.2.3