From 0212c8bdc0d48623e214fe2feac6a22ca242bdff Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 22 Feb 2006 04:43:06 +0000 Subject: switched in Martin Peach's cleaner fix for the .. in pd_guidir on Windows, it shouldn't cause trouble on other platforms, but we shall see... svn path=/trunk/; revision=4603 --- packages/patches/openhtml_win32_fix-0.39-2.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 packages/patches/openhtml_win32_fix-0.39-2.patch (limited to 'packages/patches/openhtml_win32_fix-0.39-2.patch') diff --git a/packages/patches/openhtml_win32_fix-0.39-2.patch b/packages/patches/openhtml_win32_fix-0.39-2.patch deleted file mode 100755 index 61adfa03..00000000 --- a/packages/patches/openhtml_win32_fix-0.39-2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- u_main.tk 2006-01-16 21:03:04.937500000 -0500 -+++ /c/Program Files/pd/bin/pd.tk 2006-01-22 18:44:12.843750000 -0500 -@@ -370,7 +367,7 @@ - exec sh -c [format "open %s" $filename] - } else { - exec rundll32 url.dll,FileProtocolHandler \ -- [format "file:%s" $filename] & -+ [format "file:%s" [file attributes $filename -shortname]] & - } - } - -- cgit v1.2.1