diff -r e5e2cbc90891 -r 8c449776ebe6 project_files/HedgewarsMobile/Classes/DetailViewController.m --- a/project_files/HedgewarsMobile/Classes/DetailViewController.m Sun Aug 01 09:17:59 2010 -0400 +++ b/project_files/HedgewarsMobile/Classes/DetailViewController.m Sun Aug 01 17:58:09 2010 +0200 @@ -15,17 +15,13 @@ #import "CommodityFunctions.h" @implementation DetailViewController -@synthesize controllerNames,popoverController; +@synthesize controllerNames, popoverController; -(BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { return rotationManager(interfaceOrientation); } --(void) willRotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation duration:(NSTimeInterval)duration{ - self.view.frame = CGRectMake(0, 0, 1024, 1024); -} - -(void) viewDidLoad { self.title = NSLocalizedString(@"Settings",@"");