diff --git a/src/more_speech/ui/swing/main_window.clj b/src/more_speech/ui/swing/main_window.clj index 1727d89..cd89b67 100644 --- a/src/more_speech/ui/swing/main_window.clj +++ b/src/more_speech/ui/swing/main_window.clj @@ -29,7 +29,7 @@ (defn open-link [e] (when (= HyperlinkEvent$EventType/ACTIVATED (.getEventType e)) - (browse/browse-url (.getURL e)))) + (browse/browse-url (str (.getURL e))))) (defn make-main-window [] (let [event-context @(:event-context @ui-context)