diff options
author | matthew <matthew> | 2008-10-28 14:09:44 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-28 14:09:44 +0000 |
commit | 9ae7545f94bd3edc06ea6421dce1e51f82caf237 (patch) | |
tree | c651fde573a3c0b3d1878510d4dd3e6b9160c3e0 /iphone/FixMyStreet/Classes/AboutViewController.h | |
parent | 6373542458b545513e6e50ad2b904d531aaa5c6c (diff) |
Larger font size on donate button, change about text.
Diffstat (limited to 'iphone/FixMyStreet/Classes/AboutViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/AboutViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/FixMyStreet/Classes/AboutViewController.h b/iphone/FixMyStreet/Classes/AboutViewController.h index 917b81f45..21922cd8b 100644 --- a/iphone/FixMyStreet/Classes/AboutViewController.h +++ b/iphone/FixMyStreet/Classes/AboutViewController.h @@ -10,7 +10,7 @@ @interface AboutViewController : UIViewController { - + IBOutlet UIButton* donateButton; } -(IBAction)donate:(id)sender; |