Fossil SCM
Add image/bmp and image/vnd.microsoft.icon (ico) to the mime-type table
Commit
613fe1b1fb4afc035b4eccc1f582596c85f4c168d36f85c3b6bfd39cda0268fb
Parent
7f4b50b23de7628…
1 file changed
+3
+3
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -84,10 +84,11 @@ | ||
| 84 | 84 | { "au", 2, "audio/ulaw" }, |
| 85 | 85 | { "avi", 3, "video/x-msvideo" }, |
| 86 | 86 | { "bat", 3, "application/x-msdos-program" }, |
| 87 | 87 | { "bcpio", 5, "application/x-bcpio" }, |
| 88 | 88 | { "bin", 3, "application/octet-stream" }, |
| 89 | + { "bmp", 3, "image/bmp" }, | |
| 89 | 90 | { "bz2", 3, "application/x-bzip2" }, |
| 90 | 91 | { "bzip", 4, "application/x-bzip" }, |
| 91 | 92 | { "c", 1, "text/plain" }, |
| 92 | 93 | { "cc", 2, "text/plain" }, |
| 93 | 94 | { "ccad", 4, "application/clariscad" }, |
| @@ -101,10 +102,11 @@ | ||
| 101 | 102 | { "csh", 3, "application/x-csh" }, |
| 102 | 103 | { "css", 3, "text/css" }, |
| 103 | 104 | { "csv", 3, "text/csv" }, |
| 104 | 105 | { "dcr", 3, "application/x-director" }, |
| 105 | 106 | { "deb", 3, "application/x-debian-package" }, |
| 107 | + { "dib", 3, "image/bmp" }, | |
| 106 | 108 | { "dir", 3, "application/x-director" }, |
| 107 | 109 | { "dl", 2, "video/dl" }, |
| 108 | 110 | { "dms", 3, "application/octet-stream" }, |
| 109 | 111 | { "doc", 3, "application/msword" }, |
| 110 | 112 | { "docx", 4, "application/vnd.openxmlformats-" |
| @@ -134,10 +136,11 @@ | ||
| 134 | 136 | { "hh", 2, "text/plain" }, |
| 135 | 137 | { "hqx", 3, "application/mac-binhex40" }, |
| 136 | 138 | { "htm", 3, "text/html" }, |
| 137 | 139 | { "html", 4, "text/html" }, |
| 138 | 140 | { "ice", 3, "x-conference/x-cooltalk" }, |
| 141 | + { "ico", 3, "image/vnd.microsoft.icon" }, | |
| 139 | 142 | { "ief", 3, "image/ief" }, |
| 140 | 143 | { "iges", 4, "model/iges" }, |
| 141 | 144 | { "igs", 3, "model/iges" }, |
| 142 | 145 | { "ips", 3, "application/x-ipscript" }, |
| 143 | 146 | { "ipx", 3, "application/x-ipix" }, |
| 144 | 147 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -84,10 +84,11 @@ | |
| 84 | { "au", 2, "audio/ulaw" }, |
| 85 | { "avi", 3, "video/x-msvideo" }, |
| 86 | { "bat", 3, "application/x-msdos-program" }, |
| 87 | { "bcpio", 5, "application/x-bcpio" }, |
| 88 | { "bin", 3, "application/octet-stream" }, |
| 89 | { "bz2", 3, "application/x-bzip2" }, |
| 90 | { "bzip", 4, "application/x-bzip" }, |
| 91 | { "c", 1, "text/plain" }, |
| 92 | { "cc", 2, "text/plain" }, |
| 93 | { "ccad", 4, "application/clariscad" }, |
| @@ -101,10 +102,11 @@ | |
| 101 | { "csh", 3, "application/x-csh" }, |
| 102 | { "css", 3, "text/css" }, |
| 103 | { "csv", 3, "text/csv" }, |
| 104 | { "dcr", 3, "application/x-director" }, |
| 105 | { "deb", 3, "application/x-debian-package" }, |
| 106 | { "dir", 3, "application/x-director" }, |
| 107 | { "dl", 2, "video/dl" }, |
| 108 | { "dms", 3, "application/octet-stream" }, |
| 109 | { "doc", 3, "application/msword" }, |
| 110 | { "docx", 4, "application/vnd.openxmlformats-" |
| @@ -134,10 +136,11 @@ | |
| 134 | { "hh", 2, "text/plain" }, |
| 135 | { "hqx", 3, "application/mac-binhex40" }, |
| 136 | { "htm", 3, "text/html" }, |
| 137 | { "html", 4, "text/html" }, |
| 138 | { "ice", 3, "x-conference/x-cooltalk" }, |
| 139 | { "ief", 3, "image/ief" }, |
| 140 | { "iges", 4, "model/iges" }, |
| 141 | { "igs", 3, "model/iges" }, |
| 142 | { "ips", 3, "application/x-ipscript" }, |
| 143 | { "ipx", 3, "application/x-ipix" }, |
| 144 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -84,10 +84,11 @@ | |
| 84 | { "au", 2, "audio/ulaw" }, |
| 85 | { "avi", 3, "video/x-msvideo" }, |
| 86 | { "bat", 3, "application/x-msdos-program" }, |
| 87 | { "bcpio", 5, "application/x-bcpio" }, |
| 88 | { "bin", 3, "application/octet-stream" }, |
| 89 | { "bmp", 3, "image/bmp" }, |
| 90 | { "bz2", 3, "application/x-bzip2" }, |
| 91 | { "bzip", 4, "application/x-bzip" }, |
| 92 | { "c", 1, "text/plain" }, |
| 93 | { "cc", 2, "text/plain" }, |
| 94 | { "ccad", 4, "application/clariscad" }, |
| @@ -101,10 +102,11 @@ | |
| 102 | { "csh", 3, "application/x-csh" }, |
| 103 | { "css", 3, "text/css" }, |
| 104 | { "csv", 3, "text/csv" }, |
| 105 | { "dcr", 3, "application/x-director" }, |
| 106 | { "deb", 3, "application/x-debian-package" }, |
| 107 | { "dib", 3, "image/bmp" }, |
| 108 | { "dir", 3, "application/x-director" }, |
| 109 | { "dl", 2, "video/dl" }, |
| 110 | { "dms", 3, "application/octet-stream" }, |
| 111 | { "doc", 3, "application/msword" }, |
| 112 | { "docx", 4, "application/vnd.openxmlformats-" |
| @@ -134,10 +136,11 @@ | |
| 136 | { "hh", 2, "text/plain" }, |
| 137 | { "hqx", 3, "application/mac-binhex40" }, |
| 138 | { "htm", 3, "text/html" }, |
| 139 | { "html", 4, "text/html" }, |
| 140 | { "ice", 3, "x-conference/x-cooltalk" }, |
| 141 | { "ico", 3, "image/vnd.microsoft.icon" }, |
| 142 | { "ief", 3, "image/ief" }, |
| 143 | { "iges", 4, "model/iges" }, |
| 144 | { "igs", 3, "model/iges" }, |
| 145 | { "ips", 3, "application/x-ipscript" }, |
| 146 | { "ipx", 3, "application/x-ipix" }, |
| 147 |