Preferences/ConfigurationDialog.py

changeset 6041
415d36b1d3a6
parent 5968
c5112b5cb7a9
child 6048
82ad8ec9548c
diff -r dcf8c50ed06a -r 415d36b1d3a6 Preferences/ConfigurationDialog.py
--- a/Preferences/ConfigurationDialog.py	Sun Dec 24 15:19:00 2017 +0100
+++ b/Preferences/ConfigurationDialog.py	Sat Dec 30 18:10:04 2017 +0100
@@ -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:

eric ide

mercurial