From ea52f5938bb4367dcd4bf7c7826a7abff92a854c Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 9 Oct 2006 04:36:12 +0000 Subject: bugfixes... pd 0.40-1. svn path=/trunk/; revision=6082 --- pd/src/u_main.tk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/u_main.tk') diff --git a/pd/src/u_main.tk b/pd/src/u_main.tk index 97fc77b4..a05d145f 100644 --- a/pd/src/u_main.tk +++ b/pd/src/u_main.tk @@ -394,7 +394,7 @@ proc menu_openhtml {filename} { exec sh -c [format "open %s" $filename] } else { exec rundll32 url.dll,FileProtocolHandler \ - [format "file:%s" $filename] & + [format "file://%s" $filename] & } } -- cgit v1.2.1