project_files/HedgewarsMobile/Classes/FlagsViewController.m
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
   105     }
   105     }
   106 
   106 
   107     return cell;
   107     return cell;
   108 }
   108 }
   109 
   109 
   110 -(NSString *)tableView:(UITableView *)aTableView titleForHeaderInSection:(NSInteger)section {
   110 - (NSString *)tableView:(UITableView *)aTableView titleForHeaderInSection:(NSInteger)section {
   111     NSString *sectionTitle = nil;
   111     NSString *sectionTitle = nil;
   112     switch (section) {
   112     switch (section) {
   113         case 0:
   113         case 0:
   114             sectionTitle = NSLocalizedString(@"Worldwide", @"");
   114             sectionTitle = NSLocalizedString(@"Worldwide", @"");
   115             break;
   115             break;