project_files/HedgewarsMobile/Classes/FortsViewController.m
changeset 3662 a44406f4369b
parent 3547 02875b1145b7
child 3663 8c28abf427f5
--- a/project_files/HedgewarsMobile/Classes/FortsViewController.m	Tue Jul 20 23:30:54 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/FortsViewController.m	Thu Jul 22 03:08:17 2010 +0200
@@ -53,6 +53,8 @@
     
     // statically set row height instead of using delegate method for performance reasons
     self.tableView.rowHeight = 200;
+    
+    self.title = NSLocalizedString(@"Choose team fort",@"");
 }
 
 
@@ -143,12 +145,12 @@
     self.teamDictionary = nil;
     self.lastIndexPath = nil;
     self.fortArray = nil;
+    MSG_DIDUNLOAD();
     [super viewDidUnload];
-    MSG_DIDUNLOAD();
 }
 
 
-- (void)dealloc {
+-(void) ealloc {
     [teamDictionary release];
     [lastIndexPath release];
     [fortArray release];