From: Ole Streicher <olebole@debian.org>
Date: Fri, 22 Jul 2016 14:45:12 +0200
Subject: Load the help from /usr/share/doc/qfitsview instead of the web

---
 QFitsView/QFitsGlobal.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/QFitsView/QFitsGlobal.cpp b/QFitsView/QFitsGlobal.cpp
index e9a125f..0aca803 100644
--- a/QFitsView/QFitsGlobal.cpp
+++ b/QFitsView/QFitsGlobal.cpp
@@ -40,8 +40,8 @@ QString searchForDocumentation() {
                                                             "doc/dpuser.css")) {
         return appDirPath.left(appDirPath.lastIndexOf("qfitsview", -1, Qt::CaseInsensitive)) + "doc/";
     }
-    if (QFile::exists("/usr/share/doc/dpuser/dpuser.css")) {
-        return "/usr/share/doc/dpuser/";
+    if (QFile::exists("/usr/share/doc/dpuser-doc/dpuser.css")) {
+        return "/usr/share/doc/dpuser-doc/";
     }
     if (QFile::exists("/usr/share/doc/dpuser/dpuser.css")) {
         return "/usr/share/doc/dpuser/";
