From: sr55 Date: Sat, 11 Dec 2010 20:32:08 +0000 (+0000) Subject: Preset name change for consistancy X-Git-Url: http://git.osdn.jp/view?a=commitdiff_plain;h=24155d9a8213a08ea647763d896e75775a3f351b;p=handbrake-jp%2Fhandbrake-jp-git.git Preset name change for consistancy git-svn-id: svn://localhost/HandBrake/trunk@3706 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- 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"];