1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Fixed packaging versioning and help building for Qt.

This commit is contained in:
Virgil Dupras
2011-01-13 10:56:46 +00:00
parent e6e4e14781
commit 4a1fe2f8ab
2 changed files with 7 additions and 14 deletions

View File

@@ -183,7 +183,7 @@ class DupeGuru(DupeGuruBase, QObject):
def show_help(self):
base_path = platform.HELP_PATH.format(self.EDITION)
url = QUrl.fromLocalFile(op.abspath(op.join(base_path, 'intro.htm')))
url = QUrl.fromLocalFile(op.abspath(op.join(base_path, 'index.html')))
QDesktopServices.openUrl(url)
def show_preferences(self):