aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/EditSubjectViewController.m
diff options
context:
space:
mode:
authormatthew <matthew>2008-11-12 22:03:55 +0000
committermatthew <matthew>2008-11-12 22:03:55 +0000
commit66bd1d43752f01a63ad10e5a61e5599e4cae1613 (patch)
tree95efdde101ab12086341eeca35511b50e457132e /iphone/FixMyStreet/Classes/EditSubjectViewController.m
parent1a983c731beb0f6b11a366bbfa0927f2736b89b4 (diff)
No spelling correction on name box either.
Diffstat (limited to 'iphone/FixMyStreet/Classes/EditSubjectViewController.m')
-rw-r--r--iphone/FixMyStreet/Classes/EditSubjectViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/FixMyStreet/Classes/EditSubjectViewController.m b/iphone/FixMyStreet/Classes/EditSubjectViewController.m
index 752ebaa3b..3abece54e 100644
--- a/iphone/FixMyStreet/Classes/EditSubjectViewController.m
+++ b/iphone/FixMyStreet/Classes/EditSubjectViewController.m
@@ -30,7 +30,7 @@
self.title = b;
if (a) cell.textField.text = a;
cell.textField.keyboardType = d;
- if (d == UIKeyboardTypeEmailAddress) {
+ if (b == @"Edit name" || b == @"Edit email") {
cell.textField.autocorrectionType = UITextAutocorrectionTypeNo;
}
cell.textField.autocapitalizationType = e;