mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fixed OGV file extention handle.
Currently OGV files handles as video. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
4fd2156c2d
commit
2a8c94352d
@ -439,7 +439,7 @@ shell/i/.mp3
|
||||
Open=@EXTHELPERSDIR@/sound.sh open mp3
|
||||
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view mp3
|
||||
|
||||
regex/i/\.og[gavx]$
|
||||
regex/i/\.og[gax]$
|
||||
Open=@EXTHELPERSDIR@/sound.sh open ogg
|
||||
View=%view{ascii} @EXTHELPERSDIR@/sound.sh view ogg
|
||||
|
||||
@ -496,7 +496,7 @@ shell/i/.wmv
|
||||
regex/i/\.fl[icv]$
|
||||
Include=video
|
||||
|
||||
shell/i/.ogm
|
||||
regex/i/\.og[mv]$
|
||||
Include=video
|
||||
|
||||
regex/i/\.ra?m$
|
||||
|
Loading…
Reference in New Issue
Block a user