Project

General

Profile

« Previous | Next » 

Revision cd3eb385

Added by Katja Luther over 3 years ago

fix #9040: add open in browser button to orcid - continue

View differences:

eu.etaxonomy.taxeditor.workbench/src/main/java/eu/etaxonomy/taxeditor/workbench/WorkbenchUtility.java
116 116
    public static boolean openWebpage(URL url){
117 117
        return Program.launch(url.toString());
118 118
    }
119

  
120
    public static boolean openWebpage(String urlString){
121
        return Program.launch(urlString);
122
    }
119 123
}

Also available in: Unified diff