...
original commit: 174863d28b9cd14141603df73aee0334ffd7c2b0
This commit is contained in:
parent
558dfe6a63
commit
576769bc3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user