aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/AboutViewController.m
diff options
context:
space:
mode:
authormatthew <matthew>2009-12-09 14:25:31 +0000
committermatthew <matthew>2009-12-09 14:25:31 +0000
commit946fa4ef1b262efb23bbe1169378cfdd65b45f99 (patch)
tree6c5667e8281efbef48907f182c46d6e055febfcd /iphone/FixMyStreet/Classes/AboutViewController.m
parentf64dd76a0ee8b35d02232181e13ea2ede7cf2cea (diff)
Minor changes to match current version.
Diffstat (limited to 'iphone/FixMyStreet/Classes/AboutViewController.m')
-rw-r--r--iphone/FixMyStreet/Classes/AboutViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/FixMyStreet/Classes/AboutViewController.m b/iphone/FixMyStreet/Classes/AboutViewController.m
index dcf6d5756..8f6e8a228 100644
--- a/iphone/FixMyStreet/Classes/AboutViewController.m
+++ b/iphone/FixMyStreet/Classes/AboutViewController.m
@@ -25,7 +25,7 @@
[super viewDidLoad];
self.title = @"About";
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor];
- donateButton.font = [UIFont systemFontOfSize:32];
+ donateButton.titleLabel.font = [UIFont systemFontOfSize:32];
}