summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresets.m
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-12-11 20:32:08 +0000
committersr55 <[email protected]>2010-12-11 20:32:08 +0000
commit176ef9fdff15771b608b3beb0240a8a41c8b25ac (patch)
tree90eb94e63d1c3535e6a2510f8881c09ab8a7b978 /macosx/HBPresets.m
parentcf788c533099077382471b72312108b0786525a1 (diff)
Preset name change for consistancy
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3706 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.m')
-rw-r--r--macosx/HBPresets.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m
index 810cae6b5..a574979d3 100644
--- a/macosx/HBPresets.m
+++ b/macosx/HBPresets.m
@@ -689,7 +689,7 @@
NSMutableDictionary *preset = [[NSMutableDictionary alloc] init];
/* Get the New Preset Name from the field in the AddPresetPanel */
- [preset setObject:@"Apple Tv 2" forKey:@"PresetName"];
+ [preset setObject:@"AppleTV 2" forKey:@"PresetName"];
/*Set whether or not this is a user preset where 0 is factory, 1 is user*/
[preset setObject:[NSNumber numberWithInt:0] forKey:@"Type"];