Helpviewer/HelpClearPrivateDataDialog.py

changeset 2999
28c75409a78f
parent 2302
f29e9405c851
child 3057
10516539f238
child 3160
209a07d7e401
diff -r 95581102e03e -r 28c75409a78f Helpviewer/HelpClearPrivateDataDialog.py
--- a/Helpviewer/HelpClearPrivateDataDialog.py	Wed Oct 09 18:40:07 2013 +0200
+++ b/Helpviewer/HelpClearPrivateDataDialog.py	Wed Oct 09 19:26:41 2013 +0200
@@ -29,10 +29,10 @@
         """
         Public method to get the data from the dialog.
         
-        @return tuple with flags indicating which data to clear (browsing history,
-            search history, favicons, disk cache, cookies, passwords, web
-            databases, downloads, flash) and the selected history period in milliseconds
-            (tuple of booleans and integer)
+        @return tuple with flags indicating which data to clear
+            (browsing history, search history, favicons, disk cache, cookies,
+            passwords, web databases, downloads, flash) and the selected
+            history period in milliseconds (tuple of booleans and integer)
         """
         index = self.historyCombo.currentIndex()
         if index == 0:

eric ide

mercurial