]> git.sesse.net Git - vlc/commitdiff
* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused...
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 7 Oct 2005 09:58:04 +0000 (09:58 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 7 Oct 2005 09:58:04 +0000 (09:58 +0000)
modules/gui/macosx/wizard.m

index b49e3ea0a43d602edabd19dc271ab73747e9e593..b12fd7434003119024790d8cc7fa232083699f5c 100644 (file)
@@ -230,11 +230,11 @@ static VLCWizard *_o_sharedInstance = nil;
     NSArray * o_mov;
     NSArray * o_wav;
     NSArray * o_asfh;
-    o_ps = [NSArray arrayWithObjects: @"ps", @"MPEG PS", \
+    o_ps = [NSArray arrayWithObjects: @"mpg", @"MPEG PS", \
         _NS("MPEG Program Stream"), nil];
     o_ts = [NSArray arrayWithObjects: @"ts", @"MPEG TS", \
         _NS("MPEG Transport Stream"), nil];
-    o_mpeg = [NSArray arrayWithObjects: @"ps", @"MPEG 1", \
+    o_mpeg = [NSArray arrayWithObjects: @"mpg", @"MPEG 1", \
         _NS("MPEG 1 Format"), nil];
     o_ogg = [NSArray arrayWithObjects: @"ogg", @"OGG", @"OGG", nil];
     o_raw = [NSArray arrayWithObjects: @"raw", @"RAW", @"RAW", nil];