diff -r c4e1820fa792 -r d1d26f8963a3 project_files/HedgewarsMobile/Classes/TeamConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Wed Nov 24 23:35:41 2010 +0100 +++ b/project_files/HedgewarsMobile/Classes/TeamConfigViewController.m Thu Nov 25 02:45:52 2010 +0100 @@ -43,7 +43,7 @@ if (IS_IPAD()) [self.tableView setBackgroundView:nil]; else { - UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"backgroundCenter.png"]; + UIImage *backgroundImage = [[UIImage alloc] initWithContentsOfFile:@"background~iphone.png"]; UIImageView *background = [[UIImageView alloc] initWithImage:backgroundImage]; [backgroundImage release]; [self.tableView setBackgroundView:background];