project_files/HedgewarsMobile/Classes/HogHatViewController.m
changeset 6074 047eaed35cbb
parent 5983 f0925204f50e
child 6078 8c0cc07731e5
equal deleted inserted replaced
6073:e6ce1a337e0f 6074:047eaed35cbb
    46     UIImage *hogSprite = [[UIImage alloc] initWithContentsOfFile:normalHogFile];
    46     UIImage *hogSprite = [[UIImage alloc] initWithContentsOfFile:normalHogFile];
    47     [normalHogFile release];
    47     [normalHogFile release];
    48     self.normalHogSprite = hogSprite;
    48     self.normalHogSprite = hogSprite;
    49     [hogSprite release];
    49     [hogSprite release];
    50 
    50 
    51     self.title = NSLocalizedString(@"Change hedgehog's hat",@"");
    51     self.title = NSLocalizedString(@"Change hedgehogs' hat",@"");
    52 }
    52 }
    53 
    53 
    54 -(void) viewWillAppear:(BOOL)animated {
    54 -(void) viewWillAppear:(BOOL)animated {
    55     [super viewWillAppear:animated];
    55     [super viewWillAppear:animated];
    56 
    56