project_files/HedgewarsMobile/Classes/TeamConfigViewController.m
changeset 11549 893722a2a1f9
parent 11327 a0163b8302c5
child 12872 00215a7ec5f5
--- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Sun Feb 14 21:34:01 2016 +0100
+++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m	Mon Feb 15 23:37:48 2016 +0100
@@ -205,7 +205,7 @@
 
     UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, aTableView.frame.size.width*90/100, height)];
     label.center = CGPointMake(aTableView.frame.size.width/2, height/2);
-    label.textAlignment = UITextAlignmentCenter;
+    label.textAlignment = NSTextAlignmentCenter;
     label.font = [UIFont italicSystemFontOfSize:12];
     label.textColor = [UIColor whiteColor];
     label.numberOfLines = 2;