Fossil SCM

Fix issue [cd201d69bb]

jan.nijtmans 2013-01-27 20:51 trunk
Commit 2a74733cbc534e6528950d8677121a8a7abc880e
1 file changed +5 -3
+5 -3
--- src/doc.c
+++ src/doc.c
@@ -122,11 +122,11 @@
122122
{ "deb", 3, "application/x-debian-package" },
123123
{ "dir", 3, "application/x-director" },
124124
{ "dl", 2, "video/dl" },
125125
{ "dms", 3, "application/octet-stream" },
126126
{ "doc", 3, "application/msword" },
127
- { "docx", 4, "application/msword" },
127
+ { "docx", 4, "application/vnd.openxmlformats-officedocument.wordprocessingml.document"},
128128
{ "drw", 3, "application/drafting" },
129129
{ "dvi", 3, "application/x-dvi" },
130130
{ "dwg", 3, "application/acad" },
131131
{ "dxf", 3, "application/dxf" },
132132
{ "dxr", 3, "application/x-director" },
@@ -199,14 +199,16 @@
199199
{ "pl", 2, "application/x-perl" },
200200
{ "pm", 2, "application/x-perl" },
201201
{ "png", 3, "image/png" },
202202
{ "pnm", 3, "image/x-portable-anymap" },
203203
{ "pot", 3, "application/mspowerpoint" },
204
+ { "potx", 4, "application/vnd.openxmlformats-officedocument.presentationml.template"},
204205
{ "ppm", 3, "image/x-portable-pixmap" },
205206
{ "pps", 3, "application/mspowerpoint" },
207
+ { "ppsx", 4, "application/vnd.openxmlformats-officedocument.presentationml.slideshow"},
206208
{ "ppt", 3, "application/mspowerpoint" },
207
- { "pptx", 4, "application/mspowerpoint" },
209
+ { "pptx", 4, "application/vnd.openxmlformats-officedocument.presentationml.presentation"},
208210
{ "ppz", 3, "application/mspowerpoint" },
209211
{ "pre", 3, "application/x-freelance" },
210212
{ "prt", 3, "application/pro_eng" },
211213
{ "ps", 2, "application/postscript" },
212214
{ "qt", 2, "video/quicktime" },
@@ -277,11 +279,11 @@
277279
{ "xbm", 3, "image/x-xbitmap" },
278280
{ "xlc", 3, "application/vnd.ms-excel" },
279281
{ "xll", 3, "application/vnd.ms-excel" },
280282
{ "xlm", 3, "application/vnd.ms-excel" },
281283
{ "xls", 3, "application/vnd.ms-excel" },
282
- { "xlsx", 4, "application/vnd.ms-excel" },
284
+ { "xlsx", 4, "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},
283285
{ "xlw", 3, "application/vnd.ms-excel" },
284286
{ "xml", 3, "text/xml" },
285287
{ "xpm", 3, "image/x-xpixmap" },
286288
{ "xwd", 3, "image/x-xwindowdump" },
287289
{ "xyz", 3, "chemical/x-pdb" },
288290
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button