From b8f682dceb20635bf167a34fcb8352a8a6f1b5f0 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 1 Mar 2017 10:53:30 +0100 Subject: [PATCH] Fix go to GPLv2 doc in about view --- Classes/AboutView.m | 4 ++-- Classes/Base.lproj/AboutView.xib | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Classes/AboutView.m b/Classes/AboutView.m index c4b82a5e2..1bc831b8f 100644 --- a/Classes/AboutView.m +++ b/Classes/AboutView.m @@ -59,8 +59,8 @@ static UICompositeViewDescription *compositeDescription = nil; UITapGestureRecognizer *tapGestureRecognizerPolicy = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(onPolicyTap)]; tapGestureRecognizerPolicy.numberOfTapsRequired = 1; - [_licenceLabel addGestureRecognizer:tapGestureRecognizerPolicy]; - _licenceLabel.userInteractionEnabled = YES; + [_policyLabel addGestureRecognizer:tapGestureRecognizerPolicy]; + _policyLabel.userInteractionEnabled = YES; } #pragma mark - Action Functions diff --git a/Classes/Base.lproj/AboutView.xib b/Classes/Base.lproj/AboutView.xib index 42a679e80..4c02f0eaf 100644 --- a/Classes/Base.lproj/AboutView.xib +++ b/Classes/Base.lproj/AboutView.xib @@ -1,5 +1,5 @@ - + @@ -17,6 +17,7 @@ + @@ -132,8 +133,8 @@ -