Browse Source

Avoid typos

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet 12 years ago
parent
commit
32b45d2d20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AspenProject/VLCMenuViewController.m

+ 1 - 1
AspenProject/VLCMenuViewController.m

@@ -115,7 +115,7 @@
 
 - (IBAction)openAboutPanel:(id)sender
 {
-    UIViewController *aboutController = [[VLCAboutViewController alloc] initWithNibName:@"VLCAboutViewController" bundle:nil];
+    UIViewController *aboutController = [[VLCAboutViewController alloc] initWithNibName:nil bundle:nil];
 
     UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:aboutController];
     navController.navigationBar.barStyle = UIBarStyleBlack;