aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/InputTableViewController.h
diff options
context:
space:
mode:
authormatthew <matthew>2008-10-23 08:10:35 +0000
committermatthew <matthew>2008-10-23 08:10:35 +0000
commitfb853e74193425469b58d72ad66c7034a6e3395f (patch)
tree7cb3d3ca9bb20647b53b10c95bc283b3d20ce922 /iphone/FixMyStreet/Classes/InputTableViewController.h
parentaa2136825fd078e6dd21ee1fb479f89f956cec3f (diff)
Make sure Done button is reworded back to Cancel when returning to main view.
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r--iphone/FixMyStreet/Classes/InputTableViewController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h
index 0947717de..3eeef327b 100644
--- a/iphone/FixMyStreet/Classes/InputTableViewController.h
+++ b/iphone/FixMyStreet/Classes/InputTableViewController.h
@@ -13,6 +13,7 @@
IBOutlet UIImageView* imageView;
IBOutlet UITableView* actionsToDoView;
IBOutlet UIButton* settingsButton;
+ UIBarButtonItem* backButton;
// Not sure what I made these for
UITableViewCell* actionTakePhotoCell;