Explorar el Código

Shorter title

Jean-Baptiste Kempf hace 12 años
padre
commit
ec8e54f59e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AspenProject/VLCPlaylistViewController.m

+ 1 - 1
AspenProject/VLCPlaylistViewController.m

@@ -25,7 +25,7 @@
 {
     self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
     if (self)
-        self.title = @"VLC for iOS";
+        self.title = @"VLC";
 
     return self;
 }