summaryrefslogtreecommitdiffstats
path: root/macosx/HBRange+UIAdditions.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-12-28 08:14:32 +0000
committerritsuka <[email protected]>2014-12-28 08:14:32 +0000
commita03845e869297931544d4d8ba5a15678411df155 (patch)
tree020a76f4d45e2375f5fd61d5f083f51cb0176552 /macosx/HBRange+UIAdditions.m
parent3acda4f9eb6a6c23f0a9c627aba354433656f70d (diff)
MacGui: move more things out of HBController.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6664 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBRange+UIAdditions.m')
-rw-r--r--macosx/HBRange+UIAdditions.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/HBRange+UIAdditions.m b/macosx/HBRange+UIAdditions.m
index 3bcb31023..27b32081e 100644
--- a/macosx/HBRange+UIAdditions.m
+++ b/macosx/HBRange+UIAdditions.m
@@ -18,4 +18,11 @@
return chapters;
}
+- (NSArray *)types
+{
+ return @[NSLocalizedString(@"Chapters", @""),
+ NSLocalizedString(@"Seconds", @""),
+ NSLocalizedString(@"Frames", @"")];
+}
+
@end