diff options
author | ritsuka <[email protected]> | 2014-08-03 11:00:34 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-03 11:00:34 +0000 |
commit | 4f527377f6eb03c1ae65d7660efade347250dfb9 (patch) | |
tree | dd303907cb772dd4e7168ba878e1864fbbcdcdf0 /macosx/HBLanguagesSelection.h | |
parent | 9474387d2ae72794970b8ca2a9e8f8facdc0fdab (diff) |
MacGui: enabled type select in the languages table view.
Improved the subtitles defaults selection to avoid adding the same track twice.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6261 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBLanguagesSelection.h')
-rw-r--r-- | macosx/HBLanguagesSelection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBLanguagesSelection.h b/macosx/HBLanguagesSelection.h index cb017555b..bd95a003b 100644 --- a/macosx/HBLanguagesSelection.h +++ b/macosx/HBLanguagesSelection.h @@ -40,7 +40,7 @@ /** * HBLanguageArrayController */ -@interface HBLanguageArrayController : NSArrayController +@interface HBLanguageArrayController : NSArrayController <NSTableViewDelegate> /** * Set whether to show only the selected languages or all languages |