--- 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];