Fossil SCM
Fix issue [cd201d69bb]
Commit
2a74733cbc534e6528950d8677121a8a7abc880e
Parent
b9f0c78aaada9bb…
1 file changed
+5
-3
+5
-3
| --- src/doc.c | ||
| +++ src/doc.c | ||
| @@ -122,11 +122,11 @@ | ||
| 122 | 122 | { "deb", 3, "application/x-debian-package" }, |
| 123 | 123 | { "dir", 3, "application/x-director" }, |
| 124 | 124 | { "dl", 2, "video/dl" }, |
| 125 | 125 | { "dms", 3, "application/octet-stream" }, |
| 126 | 126 | { "doc", 3, "application/msword" }, |
| 127 | - { "docx", 4, "application/msword" }, | |
| 127 | + { "docx", 4, "application/vnd.openxmlformats-officedocument.wordprocessingml.document"}, | |
| 128 | 128 | { "drw", 3, "application/drafting" }, |
| 129 | 129 | { "dvi", 3, "application/x-dvi" }, |
| 130 | 130 | { "dwg", 3, "application/acad" }, |
| 131 | 131 | { "dxf", 3, "application/dxf" }, |
| 132 | 132 | { "dxr", 3, "application/x-director" }, |
| @@ -199,14 +199,16 @@ | ||
| 199 | 199 | { "pl", 2, "application/x-perl" }, |
| 200 | 200 | { "pm", 2, "application/x-perl" }, |
| 201 | 201 | { "png", 3, "image/png" }, |
| 202 | 202 | { "pnm", 3, "image/x-portable-anymap" }, |
| 203 | 203 | { "pot", 3, "application/mspowerpoint" }, |
| 204 | + { "potx", 4, "application/vnd.openxmlformats-officedocument.presentationml.template"}, | |
| 204 | 205 | { "ppm", 3, "image/x-portable-pixmap" }, |
| 205 | 206 | { "pps", 3, "application/mspowerpoint" }, |
| 207 | + { "ppsx", 4, "application/vnd.openxmlformats-officedocument.presentationml.slideshow"}, | |
| 206 | 208 | { "ppt", 3, "application/mspowerpoint" }, |
| 207 | - { "pptx", 4, "application/mspowerpoint" }, | |
| 209 | + { "pptx", 4, "application/vnd.openxmlformats-officedocument.presentationml.presentation"}, | |
| 208 | 210 | { "ppz", 3, "application/mspowerpoint" }, |
| 209 | 211 | { "pre", 3, "application/x-freelance" }, |
| 210 | 212 | { "prt", 3, "application/pro_eng" }, |
| 211 | 213 | { "ps", 2, "application/postscript" }, |
| 212 | 214 | { "qt", 2, "video/quicktime" }, |
| @@ -277,11 +279,11 @@ | ||
| 277 | 279 | { "xbm", 3, "image/x-xbitmap" }, |
| 278 | 280 | { "xlc", 3, "application/vnd.ms-excel" }, |
| 279 | 281 | { "xll", 3, "application/vnd.ms-excel" }, |
| 280 | 282 | { "xlm", 3, "application/vnd.ms-excel" }, |
| 281 | 283 | { "xls", 3, "application/vnd.ms-excel" }, |
| 282 | - { "xlsx", 4, "application/vnd.ms-excel" }, | |
| 284 | + { "xlsx", 4, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}, | |
| 283 | 285 | { "xlw", 3, "application/vnd.ms-excel" }, |
| 284 | 286 | { "xml", 3, "text/xml" }, |
| 285 | 287 | { "xpm", 3, "image/x-xpixmap" }, |
| 286 | 288 | { "xwd", 3, "image/x-xwindowdump" }, |
| 287 | 289 | { "xyz", 3, "chemical/x-pdb" }, |
| 288 | 290 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -122,11 +122,11 @@ | |
| 122 | { "deb", 3, "application/x-debian-package" }, |
| 123 | { "dir", 3, "application/x-director" }, |
| 124 | { "dl", 2, "video/dl" }, |
| 125 | { "dms", 3, "application/octet-stream" }, |
| 126 | { "doc", 3, "application/msword" }, |
| 127 | { "docx", 4, "application/msword" }, |
| 128 | { "drw", 3, "application/drafting" }, |
| 129 | { "dvi", 3, "application/x-dvi" }, |
| 130 | { "dwg", 3, "application/acad" }, |
| 131 | { "dxf", 3, "application/dxf" }, |
| 132 | { "dxr", 3, "application/x-director" }, |
| @@ -199,14 +199,16 @@ | |
| 199 | { "pl", 2, "application/x-perl" }, |
| 200 | { "pm", 2, "application/x-perl" }, |
| 201 | { "png", 3, "image/png" }, |
| 202 | { "pnm", 3, "image/x-portable-anymap" }, |
| 203 | { "pot", 3, "application/mspowerpoint" }, |
| 204 | { "ppm", 3, "image/x-portable-pixmap" }, |
| 205 | { "pps", 3, "application/mspowerpoint" }, |
| 206 | { "ppt", 3, "application/mspowerpoint" }, |
| 207 | { "pptx", 4, "application/mspowerpoint" }, |
| 208 | { "ppz", 3, "application/mspowerpoint" }, |
| 209 | { "pre", 3, "application/x-freelance" }, |
| 210 | { "prt", 3, "application/pro_eng" }, |
| 211 | { "ps", 2, "application/postscript" }, |
| 212 | { "qt", 2, "video/quicktime" }, |
| @@ -277,11 +279,11 @@ | |
| 277 | { "xbm", 3, "image/x-xbitmap" }, |
| 278 | { "xlc", 3, "application/vnd.ms-excel" }, |
| 279 | { "xll", 3, "application/vnd.ms-excel" }, |
| 280 | { "xlm", 3, "application/vnd.ms-excel" }, |
| 281 | { "xls", 3, "application/vnd.ms-excel" }, |
| 282 | { "xlsx", 4, "application/vnd.ms-excel" }, |
| 283 | { "xlw", 3, "application/vnd.ms-excel" }, |
| 284 | { "xml", 3, "text/xml" }, |
| 285 | { "xpm", 3, "image/x-xpixmap" }, |
| 286 | { "xwd", 3, "image/x-xwindowdump" }, |
| 287 | { "xyz", 3, "chemical/x-pdb" }, |
| 288 |
| --- src/doc.c | |
| +++ src/doc.c | |
| @@ -122,11 +122,11 @@ | |
| 122 | { "deb", 3, "application/x-debian-package" }, |
| 123 | { "dir", 3, "application/x-director" }, |
| 124 | { "dl", 2, "video/dl" }, |
| 125 | { "dms", 3, "application/octet-stream" }, |
| 126 | { "doc", 3, "application/msword" }, |
| 127 | { "docx", 4, "application/vnd.openxmlformats-officedocument.wordprocessingml.document"}, |
| 128 | { "drw", 3, "application/drafting" }, |
| 129 | { "dvi", 3, "application/x-dvi" }, |
| 130 | { "dwg", 3, "application/acad" }, |
| 131 | { "dxf", 3, "application/dxf" }, |
| 132 | { "dxr", 3, "application/x-director" }, |
| @@ -199,14 +199,16 @@ | |
| 199 | { "pl", 2, "application/x-perl" }, |
| 200 | { "pm", 2, "application/x-perl" }, |
| 201 | { "png", 3, "image/png" }, |
| 202 | { "pnm", 3, "image/x-portable-anymap" }, |
| 203 | { "pot", 3, "application/mspowerpoint" }, |
| 204 | { "potx", 4, "application/vnd.openxmlformats-officedocument.presentationml.template"}, |
| 205 | { "ppm", 3, "image/x-portable-pixmap" }, |
| 206 | { "pps", 3, "application/mspowerpoint" }, |
| 207 | { "ppsx", 4, "application/vnd.openxmlformats-officedocument.presentationml.slideshow"}, |
| 208 | { "ppt", 3, "application/mspowerpoint" }, |
| 209 | { "pptx", 4, "application/vnd.openxmlformats-officedocument.presentationml.presentation"}, |
| 210 | { "ppz", 3, "application/mspowerpoint" }, |
| 211 | { "pre", 3, "application/x-freelance" }, |
| 212 | { "prt", 3, "application/pro_eng" }, |
| 213 | { "ps", 2, "application/postscript" }, |
| 214 | { "qt", 2, "video/quicktime" }, |
| @@ -277,11 +279,11 @@ | |
| 279 | { "xbm", 3, "image/x-xbitmap" }, |
| 280 | { "xlc", 3, "application/vnd.ms-excel" }, |
| 281 | { "xll", 3, "application/vnd.ms-excel" }, |
| 282 | { "xlm", 3, "application/vnd.ms-excel" }, |
| 283 | { "xls", 3, "application/vnd.ms-excel" }, |
| 284 | { "xlsx", 4, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}, |
| 285 | { "xlw", 3, "application/vnd.ms-excel" }, |
| 286 | { "xml", 3, "text/xml" }, |
| 287 | { "xpm", 3, "image/x-xpixmap" }, |
| 288 | { "xwd", 3, "image/x-xwindowdump" }, |
| 289 | { "xyz", 3, "chemical/x-pdb" }, |
| 290 |