Commit d96df4ca authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be...

* don't use 'ps' as suffix but 'mpg' like most other apps do. 'ps' can be confused with PostScript files on the Mac. In fact, the Finder tries to open our ps-files with Preview by default.
parent 8eac3650
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment