浏览代码

Shorter title

Jean-Baptiste Kempf 12 年之前
父节点
当前提交
ec8e54f59e
共有 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 = @"VLC for iOS";
+        self.title = @"VLC";
 
     return self;
 }