From aff152cba5a13902339882b546583398233b3e8f Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 9 Oct 2015 16:16:10 +0200 Subject: [PATCH] windows mimeview. Change remaining cmd start to rclstartw --- src/windows/mimeview | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/windows/mimeview b/src/windows/mimeview index 8e905586..b335054d 100644 --- a/src/windows/mimeview +++ b/src/windows/mimeview @@ -30,10 +30,10 @@ application/x-all = rclstartw %f ####### Special ones # Open the parent epub document for epub parts instead of opening them as # html documents. This is almost always what we want. -text/html|epub = cmd /c start %F;ignoreipath=1 +text/html|epub = rclstartw %F;ignoreipath=1 # Parent open for fs file. -application/x-fsdirectory|parentopen = cmd /c start %f -inode/directory|parentopen = cmd /c start %f +application/x-fsdirectory|parentopen = rclstartw %f +inode/directory|parentopen = rclstartw %f ###### The following are not used at all on windows, but the types need to ###### be listed for an "Open" link to appear in the result list