diff -r dfd7d0718210 -r aec0a8a6e548 UI/UserInterface.py --- a/UI/UserInterface.py Mon Feb 11 18:15:06 2013 +0100 +++ b/UI/UserInterface.py Wed Feb 13 19:25:21 2013 +0100 @@ -4501,9 +4501,9 @@ """ Private slot to show the Eric documentation. """ -## home = Utilities.normjoinpath(getConfig('ericDocDir'), -## "Source", "index.html") - home = "qthelp://org.eric5.ide/eric5/index.html" + home = Utilities.normjoinpath(getConfig('ericDocDir'), + "Source", "index.html") +## home = "qthelp://org.eric5.ide/eric5/index.html" if not home.startswith("http://") and \ not home.startswith("https://") and \