diff options
author | dynaflash <[email protected]> | 2007-08-21 05:55:36 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-08-21 05:55:36 +0000 |
commit | 81b5f27fce4a1b43fc82d8fd08b34dd603d82a94 (patch) | |
tree | d15a5cfc8d3ab1fbe206bbb4f030bb49079a1df2 /macosx/Controller.h | |
parent | b4be9fecbbe66767fcf3b25aec8628d3f6b789ec (diff) |
MacGui: Add subtitle widgets for eddyg's forced subtitle implementation.
- Create checkbox called "Forced" next to the NSPopUp button for subtitle selection with outlet named fSubForcedCheck
- Create a new preference checkbox to use subtitles instead of dubbed audio track if so desired.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@845 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 4c4d4b4dc..d990118a1 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -134,6 +134,7 @@ /* Subtitles box */ IBOutlet NSTextField * fSubField; IBOutlet NSPopUpButton * fSubPopUp; + IBOutlet NSButton * fSubForcedCheck; /* Audio box */ IBOutlet NSTextField * fAudLang1Field; @@ -272,6 +273,7 @@ - (IBAction) AudioTrackPopUpChanged: (id) sender; - (IBAction) AudioTrackPopUpChanged: (id) sender mixdownToUse: (int) mixdownToUse; - (IBAction) AudioTrackMixdownChanged: (id) sender; +- (IBAction) SubtitleSelectionChanged: (id) sender; - (IBAction) BrowseFile: (id) sender; - (void) BrowseFileDone: (NSSavePanel *) sheet |