소스 검색

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;