Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > b5d3c4087437c49ea3d625c69f938010 > files > 3

jclasslib-3.1-5.mga5.src.rpm

--- src/org/gjt/jclasslib/browser/BrowserMDIFrame.java	2011-02-27 18:32:51.000000000 +0100
+++ src/org/gjt/jclasslib/browser/BrowserMDIFrame.java-gil	2011-06-15 23:36:52.686248003 +0200
@@ -667,7 +667,7 @@
                 GUIHelper.showURL("http://www.ej-technologies.com");
             } else if (this == actionShowHelp) {
                 try {
-                    GUIHelper.showURL(new File("doc/help.html").getCanonicalFile().toURL().toExternalForm());
+                    GUIHelper.showURL(new File("_DEFAULT_DOCDIR_/help.html").getCanonicalFile().toURL().toExternalForm());
                 } catch (IOException e) {
                 }
             } else if (this == actionAbout) {