Switch to unified view

a/src/windows/mimeview b/src/windows/mimeview
...
...
28
application/x-all = rclstartw %f
28
application/x-all = rclstartw %f
29
29
30
####### Special ones
30
####### Special ones
31
# Open the parent epub document for epub parts instead of opening them as
31
# Open the parent epub document for epub parts instead of opening them as
32
# html documents. This is almost always what we want.
32
# html documents. This is almost always what we want.
33
text/html|epub = cmd /c start %F;ignoreipath=1
33
text/html|epub = rclstartw %F;ignoreipath=1
34
# Parent open for fs file.
34
# Parent open for fs file.
35
application/x-fsdirectory|parentopen = cmd /c start %f
35
application/x-fsdirectory|parentopen = rclstartw %f
36
inode/directory|parentopen = cmd /c start %f
36
inode/directory|parentopen = rclstartw %f
37
37
38
###### The following are not used at all on windows, but the types need to
38
###### The following are not used at all on windows, but the types need to
39
###### be listed for an "Open" link to appear in the result list
39
###### be listed for an "Open" link to appear in the result list
40
application/epub+zip = ebook-viewer %f
40
application/epub+zip = ebook-viewer %f
41
41