Browse Source

Shorter title

Jean-Baptiste Kempf 12 years ago
parent
commit
ec8e54f59e
1 changed files with 1 additions and 1 deletions
  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;
 }