diff --git a/collects/net/sendurl.ss b/collects/net/sendurl.ss index 743d1b294f..a6bd3c9513 100644 --- a/collects/net/sendurl.ss +++ b/collects/net/sendurl.ss @@ -6,8 +6,8 @@ (define (send-url str) (case (system-type) - [(macos) - (send-event "MACS" "GURL" "GURL" str)] + [(macos macosx) + (send-event "MACS" "GURL" "GURL" str)] ;; actually, I think GURL means something slightly different... [(unix) (let ([netscape-path (find-executable-path "netscape" #f)]) (unless netscape-path