diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Helpviewer/QtHelpDocumentationDialog.py --- a/Helpviewer/QtHelpDocumentationDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Helpviewer/QtHelpDocumentationDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -15,6 +15,7 @@ from .Ui_QtHelpDocumentationDialog import Ui_QtHelpDocumentationDialog + class QtHelpDocumentationDialog(QDialog, Ui_QtHelpDocumentationDialog): """ Class implementing a dialog to manage the QtHelp documentation database. @@ -109,7 +110,7 @@ """documentation you are attempting to remove. """ """Removing the documentation will close those """ """documents. Remove anyway?"""), - icon = E5MessageBox.Warning) + icon=E5MessageBox.Warning) if not res: return self.__unregisteredDocs.append(ns)