Explorar o código

Add a title to the About screen's navigation

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Romain Goyet %!s(int64=12) %!d(string=hai) anos
pai
achega
68b8e3487b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      AspenProject/VLCAboutViewController.m

+ 1 - 0
AspenProject/VLCAboutViewController.m

@@ -24,6 +24,7 @@
 {
     [super viewDidLoad];
 
+    self.navigationItem.title = NSLocalizedString(@"ABOUT_APP", @"");
     [self.webView loadHTMLString:[NSString stringWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"About Contents" ofType:@"html"] encoding:NSUTF8StringEncoding error:nil] baseURL:nil];
     self.webView.delegate = self;
     self.aspenVersion.text = [[NSString stringWithFormat:NSLocalizedString(@"VERSION_FORMAT",@""), [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]] stringByAppendingFormat:@" %@", kVLCVersionCodename];