--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Wed Nov 24 23:35:41 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m Thu Nov 25 02:45:52 2010 +0100
@@ -47,7 +47,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];