From edd973ea7dbc18b1a9557f343190a30c9c98527d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 7 Jan 2009 21:14:30 +0000 Subject: [PATCH] Added the extension "avs" for AVISynth scripts to the MIME type "text/plain". --- src/common/extern_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/extern_data.cpp b/src/common/extern_data.cpp index bb87d3826..b79508da2 100644 --- a/src/common/extern_data.cpp +++ b/src/common/extern_data.cpp @@ -2282,7 +2282,7 @@ const mime_type_t mime_types[] = { {"text/iuls", "uls"}, {"text/mathml", "mml"}, {"text/parityfec", ""}, - {"text/plain", "asc txt text diff cue"}, + {"text/plain", "asc avs txt text diff cue"}, {"text/prs.lines.tag", ""}, {"text/rfc822-headers", ""}, {"text/richtext", "rtx"},