diff options
author | ritsuka <[email protected]> | 2015-01-31 17:09:16 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-31 17:09:16 +0000 |
commit | 4e77613d95597cbaac2d7166eed9dedd1e881145 (patch) | |
tree | 9a4ebd23ef960bf875e0b241227a344e3838bf1f /macosx/HBJob.h | |
parent | f4fae8fcc8a58329717b6375c6a142675dacac9b (diff) |
MacGui: add a HBChaptersChangedNotification notification, used to notify when the chapters are enabled or disabled.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6842 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h index 26a004f95..046bebeaa 100644 --- a/macosx/HBJob.h +++ b/macosx/HBJob.h @@ -17,8 +17,8 @@ #import "HBAudio.h" #import "HBSubtitles.h" -extern NSString *HBMixdownChangedNotification; extern NSString *HBContainerChangedNotification; +extern NSString *HBChaptersChangedNotification; /** * A flag to indicate the job's state |