diff -r 6914826302ae -r 25a4ddb25ca4 Preferences/ConfigurationDialog.py --- a/Preferences/ConfigurationDialog.py Sat Dec 02 12:40:52 2017 +0100 +++ b/Preferences/ConfigurationDialog.py Sun Dec 31 18:27:40 2017 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2002 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2002 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> # """ @@ -346,9 +346,9 @@ [self.tr("Flash Cookie Manager"), "flashCookie16.png", "HelpFlashCookieManagerPage", "0webBrowserPage", None], - "helpVirusTotalPage": + "webBrowserVirusTotalPage": [self.tr("VirusTotal Interface"), "virustotal.png", - "HelpVirusTotalPage", "0webBrowserPage", None], + "WebBrowserVirusTotalPage", "0webBrowserPage", None], }) if qVersionTuple() >= (5, 8, 0) and PYQT_VERSION >= 0x50800: self.configItems.update({ @@ -469,9 +469,9 @@ [self.tr("Flash Cookie Manager"), "flashCookie16.png", "HelpFlashCookieManagerPage", None, None], - "helpVirusTotalPage": + "webBrowserVirusTotalPage": [self.tr("VirusTotal Interface"), "virustotal.png", - "HelpVirusTotalPage", None, None], + "WebBrowserVirusTotalPage", None, None], } if qVersionTuple() >= (5, 8, 0) and PYQT_VERSION >= 0x50800: