Преглед изворни кода

Avoid typos

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet пре 12 година
родитељ
комит
32b45d2d20
1 измењених фајлова са 1 додато и 1 уклоњено
  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;