diff options
author | dynaflash <[email protected]> | 2008-09-18 18:54:31 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-09-18 18:54:31 +0000 |
commit | 3609b74b98372c0c4960a0a681fd1f0a4dc24c9b (patch) | |
tree | 8e259bace00169d3283cfeba6764f06c2a88ef5a /macosx/Controller.h | |
parent | c8338193fc58ba12f46870027c1e1c6a2454d145 (diff) |
MacGui: "Stop" command modifications
- Clicking on the "stop" icon in the toolbar now produces a different alert window with three choices
- " Continue Encoding " default, just dismisses the window and continues on its merry way.
- " Cancel Current and Stop " Cancels the current encode and stops the queue
- " Cancel Current and Continue " Cancels the current encode and moves to the next pending encode (if there is one).
- Also fixed an issue with deleting a canceled encode at the top of the queue list.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1718 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 897d833a1..6f58b7a29 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -329,7 +329,7 @@ BOOL fIsDragging; - (IBAction) Cancel: (id) sender; - (void) doCancelCurrentJob; - +- (void) doCancelCurrentJobAndStop; - (IBAction) Pause: (id) sender; - (IBAction) calculateBitrate: (id) sender; |