diff --git a/collects/net/sendurl.ss b/collects/net/sendurl.ss index 656b0452c3..d8e8531e3e 100644 --- a/collects/net/sendurl.ss +++ b/collects/net/sendurl.ss @@ -51,7 +51,7 @@ ;; Normal OS Classic: (send-event "MACS" "GURL" "GURL" url-str))] [(or (eq? (system-type) 'macosx) - (equal? "ppc-macosxonx" (system-library-subpath))) + (equal? "ppc-darwin" (system-library-subpath))) ;; not sure what changed, but this is wrong now.... -robby ;;(browser-process (format "osascript -e 'open location \"~a\"'" (regexp-replace* "%" url-str "%25"))) (browser-process (format "osascript -e 'open location \"~a\"'" url-str))]