--- src/org/mainWindow.cpp 2009-01-16 16:32:53.000000000 +0100 +++ src/MainWindow/mainWindow.cpp 2009-01-16 16:36:25.000000000 +0100 @@ -405,7 +405,7 @@ ui.setupUi(help); QString docDir = QCoreApplication::applicationDirPath(); docDir.append("/../Resources/html"); - ui.tb->setSearchPaths(QStringList("/usr/share/qtpfsgui/html") << "/usr/local/share/qtpfsgui/html" << "./html" << docDir << "/Applications/qtpfsgui.app/Contents/Resources/html"); + ui.tb->setSearchPaths(QStringList("/usr/share/doc/qtpfsgui-1.9.2-r12/html") << "/usr/local/share/qtpfsgui/html" << "./html" << docDir << "/Applications/qtpfsgui.app/Contents/Resources/html"); ui.tb->setSource(QUrl("index.html")); help->show(); } --- src/org/transplant.cpp 2009-01-16 16:31:56.000000000 +0100 +++ src/TransplantExif/transplant.cpp 2009-01-16 16:40:51.000000000 +0100 @@ -73,7 +73,7 @@ help->setAttribute(Qt::WA_DeleteOnClose); Ui::HelpDialog ui; ui.setupUi(help); - ui.tb->setSearchPaths(QStringList("/usr/share/qtpfsgui/html") << "/usr/local/share/qtpfsgui/html" << "./html"); + ui.tb->setSearchPaths(QStringList("/usr/share/doc/qtpfsgui-1.9.2-r12/html") << "/usr/local/share/qtpfsgui/html" << "./html"); ui.tb->setSource(QUrl("manual.html#copyexif")); help->exec(); } --- src/org/preferencesDialog.cpp 2009-01-16 16:32:29.000000000 +0100 +++ src/Preferences/preferencesDialog.cpp 2009-01-16 16:42:59.000000000 +0100 @@ -220,7 +220,7 @@ help->setAttribute(Qt::WA_DeleteOnClose); Ui::HelpDialog ui; ui.setupUi(help); - ui.tb->setSearchPaths(QStringList("/usr/share/qtpfsgui/html") << "/usr/local/share/qtpfsgui/html" << "./html"); + ui.tb->setSearchPaths(QStringList("/usr/share/doc/qtpfsgui-1.9.2-r12/html") << "/usr/local/share/qtpfsgui/html" << "./html"); ui.tb->setSource(QUrl("dcraw.html")); help->exec(); }