Helpviewer/QtHelpDocumentationDialog.py

changeset 553
5af61623ae3c
parent 541
00e1a5d060c5
child 791
9ec2ac20e54e
--- a/Helpviewer/QtHelpDocumentationDialog.py	Fri Sep 03 18:53:24 2010 +0200
+++ b/Helpviewer/QtHelpDocumentationDialog.py	Fri Sep 03 20:04:49 2010 +0200
@@ -109,7 +109,7 @@
                                 """documentation you are attempting to remove. """
                                 """Removing the documentation will close those """
                                 """documents. Remove anyway?"""),
-                    type_ = E5MessageBox.Warning)
+                    icon = E5MessageBox.Warning)
                 if not res:
                     return
             self.__unregisteredDocs.append(ns)
@@ -139,4 +139,4 @@
         
         @return list of tab ids to be closed (list of integers)
         """
-        return self.__tabsToClose
+        return self.__tabsToClose
\ No newline at end of file

eric ide

mercurial