Przeglądaj źródła

Replace codename with productname in title

Felix Paul Kühne 12 lat temu
rodzic
commit
f101c426d8
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 }