diff -r 01682ec58eb0 -r 1a44c0f2b83b cocoaTouch/MainMenuViewController.m --- a/cocoaTouch/MainMenuViewController.m Sat Mar 20 15:16:59 2010 +0000 +++ b/cocoaTouch/MainMenuViewController.m Sat Mar 20 23:33:37 2010 +0000 @@ -133,7 +133,7 @@ if (nil == self.settingsViewController.view.superview) { // view not created if (nil == self.settingsViewController) { - SettingsViewController *controller = [[SettingsViewController alloc] initWithNibName:@"SettingsViewController-iPad" + SettingsViewController *controller = [[SettingsViewController alloc] initWithNibName:@"SettingsViewController" bundle:nil]; self.settingsViewController = controller; [controller release];