From 24155d9a8213a08ea647763d896e75775a3f351b Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 11 Dec 2010 20:32:08 +0000 Subject: [PATCH] Preset name change for consistancy git-svn-id: svn://localhost/HandBrake/trunk@3706 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPresets.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m index 810cae6b..a574979d 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"]; -- 2.11.0