소스 검색

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;
 }