Codebase list fastqc / fd4804a
Fix patch Andreas Tille 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1111 else if (command.equals("help_contents")) {
1212 try {
1313 - new HelpDialog(application,new File(URLDecoder.decode(ClassLoader.getSystemResource("Help").getFile(),"UTF-8")));
14 + new HelpDialog(application,new File("/usr/share/fastqc/Help","UTF-8"));
14 + new HelpDialog(application,new File(URLDecoder.decode("/usr/share/fastqc/Help","UTF-8")));
1515 }
1616 catch (UnsupportedEncodingException e1) {
1717 e1.printStackTrace();