diff --git a/game/iphone/chatviewcontroller.mm b/game/iphone/chatviewcontroller.mm index 5b1c91d..ac39f42 100644 --- a/game/iphone/chatviewcontroller.mm +++ b/game/iphone/chatviewcontroller.mm @@ -132,7 +132,7 @@ titleLabel_ = [[UILabel alloc] initWithFrame:CGRectZero]; titleLabel_.font = [UIFont boldSystemFontOfSize:18]; - titleLabel_.textAlignment = UITextAlignmentCenter; + titleLabel_.textAlignment = NSTextAlignmentCenter; titleLabel_.textColor = [UIColor whiteColor]; titleLabel_.backgroundColor = [UIColor clearColor]; titleLabel_.shadowColor = [UIColor darkGrayColor];