diff options
author | hut <hut@lavabit.com> | 2009-07-20 17:59:28 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-20 21:11:16 +0200 |
commit | 84747198ee060df4c91860a7d54c8cee39a45e42 (patch) | |
tree | 4c1d8dd74fcda1697c7981c74308693909a3f485 /data | |
parent | dace2522844898415e3d4e20e0ce88d57a1d4c00 (diff) | |
download | ranger-84747198ee060df4c91860a7d54c8cee39a45e42.tar.gz |
modified data/types.rb
Diffstat (limited to 'data')
-rw-r--r-- | data/types.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/types.rb b/data/types.rb index 698a3d98..1755c9d3 100644 --- a/data/types.rb +++ b/data/types.rb @@ -24,6 +24,8 @@ class Directory::Entry case @ext when 'svg' use.firefox + when 'm4v' + use.mplayer end ## then look at the mime-type |