From e16dae4caa3ae0d04ce07861ccb3f503ca0b7d87 Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 8 Feb 2016 11:32:42 +0100 Subject: [PATCH] Fixed compilation --- Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m b/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m index 45ccb24a4..4dadb0980 100644 --- a/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m +++ b/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m @@ -290,8 +290,8 @@ NSString *const kMXKRoomBubbleCellVectorEditButtonPressed = @"kMXKRoomBubbleCell [editButton setTitle:NSLocalizedStringFromTable(@"room_event_action_edit", @"Vector", nil) forState:UIControlStateNormal]; [editButton setTitle:NSLocalizedStringFromTable(@"room_event_action_edit", @"Vector", nil) forState:UIControlStateSelected]; - [editButton setTitleColor:kVectorColorGree forState:UIControlStateNormal]; - [editButton setTitleColor:kVectorColorGree forState:UIControlStateSelected]; + [editButton setTitleColor:kVectorColorGreen forState:UIControlStateNormal]; + [editButton setTitleColor:kVectorColorGreen forState:UIControlStateSelected]; // Align button label on the right border of the bubbleInfoContainer editButton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentRight;