OSDN Git Service

Preset name change for consistancy
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 11 Dec 2010 20:32:08 +0000 (20:32 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 11 Dec 2010 20:32:08 +0000 (20:32 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@3706 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBPresets.m

index 810cae6..a574979 100644 (file)
     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"];