浏览代码

Replace codename with productname in title

Felix Paul Kühne 12 年之前
父节点
当前提交
f101c426d8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }