diff options
author | ritsuka <[email protected]> | 2015-01-20 08:05:16 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-20 08:05:16 +0000 |
commit | 184584ac8040059f1d3cec7425be41252555aa2f (patch) | |
tree | 98ee603b8e74cc5c4ee3dde2411d1fcd27d6f224 /macosx/HBQueueController.h | |
parent | 6f9fd9e0d521d9f74d9a76cd2de48d9d71383d35 (diff) |
MacGui: rename cancel: to cancelRip: so it won't be automatically called when the esc key is pressed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6778 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 87d114df5..73cdc2a21 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -33,6 +33,6 @@ - (void)setEncodingJobsAsPending; - (IBAction)rip:(id)sender; -- (IBAction)cancel:(id)sender; +- (IBAction)cancelRip:(id)sender; @end |