mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: WMP plugin - .wma and .wmv extensions
(cherry picked from commit 7a7454fbfb)
This commit is contained in:
parent
82f9a739a2
commit
12f47430d7
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ end;
|
|||
|
||||
procedure ListGetDetectString(DetectString: PAnsiChar; MaxLen: Integer); stdcall;
|
||||
begin
|
||||
StrLCopy(DetectString, '(EXT="WAV")|(EXT="MP3")|(EXT="MP4")|(EXT="AVI")', MaxLen);
|
||||
StrLCopy(DetectString, '(EXT="WAV")|(EXT="MP3")|(EXT="WMA")|(EXT="MP4")|(EXT="AVI")|(EXT="WMV")', MaxLen);
|
||||
end;
|
||||
|
||||
exports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue