project_files/HedgewarsMobile/Classes/StatsPageViewController.m
changeset 11549 893722a2a1f9
parent 11231 bb3e57426a07
child 12872 00215a7ec5f5
--- a/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Sun Feb 14 21:34:01 2016 +0100
+++ b/project_files/HedgewarsMobile/Classes/StatsPageViewController.m	Mon Feb 15 23:37:48 2016 +0100
@@ -124,7 +124,7 @@
     cell.accessoryView = imgView;
     [imgView release];
 
-    cell.textLabel.textAlignment = UITextAlignmentCenter;
+    cell.textLabel.textAlignment = NSTextAlignmentCenter;
     cell.textLabel.adjustsFontSizeToFitWidth = YES;
     cell.backgroundColor = [UIColor blackColor];
     cell.selectionStyle = UITableViewCellSelectionStyleNone;