Parcourir la source

Replace codename with productname in title

Felix Paul Kühne il y a 12 ans
Parent
commit
f101c426d8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = @"Aspen";
+        self.title = @"VLC for iOS";
 
     return self;
 }