--- a/Preferences/ConfigurationDialog.py Sun Aug 09 17:01:36 2015 +0200 +++ b/Preferences/ConfigurationDialog.py Sun Aug 09 17:18:21 2015 +0200 @@ -59,7 +59,7 @@ """ return self.__pageName - +# TODO: add page for Flash Cookie Manager class ConfigurationWidget(QWidget): """ Class implementing a dialog for the configuration of eric6. @@ -287,6 +287,10 @@ [self.tr("Help Documentation"), "preferences-helpdocumentation.png", "HelpDocumentationPage", "0helpPage", None], + "helpFlashCookieManagerPage": + [self.tr("Flash Cookie Manager"), + "flashCookie16.png", + "HelpFlashCookieManagerPage", "0helpPage", None], "helpViewersPage": [self.tr("Help Viewers"), "preferences-helpviewers.png", @@ -357,6 +361,10 @@ [self.tr("Help Documentation"), "preferences-helpdocumentation.png", "HelpDocumentationPage", "0helpPage", None], + "helpFlashCookieManagerPage": + [self.tr("Flash Cookie Manager"), + "flashCookie16.png", + "HelpFlashCookieManagerPage", "0helpPage", None], "helpVirusTotalPage": [self.tr("VirusTotal Interface"), "virustotal.png", "HelpVirusTotalPage", "0helpPage", None],