diff options
author | dynaflash <[email protected]> | 2007-09-12 14:27:25 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-09-12 14:27:25 +0000 |
commit | c10e3165be648676ce66fa2f2d5a39c38b46be22 (patch) | |
tree | d3ba19e70444508e907b48b8d5ff9a4479674633 /macosx/Controller.h | |
parent | 38d04d4987f2565348df41d6c5e9b7239a570138 (diff) |
MacGui: Add warning if "Sleep" or "Shutdown" is going to occur after encoding is done ala user prefs.
- Thanks hawkman!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@956 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 18d4681b0..560f4e903 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -305,5 +305,7 @@ -(IBAction)showGrowlDoneNotification:(id)sender; - (IBAction)showDebugOutputPanel:(id)sender; - (void)setupToolbar; + +- (void) remindUserOfSleepOrShutdown; @end |