Helpviewer/QtHelpDocumentationDialog.py

changeset 3217
87b8a0745edd
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
diff -r 6c5877c48067 -r 87b8a0745edd Helpviewer/QtHelpDocumentationDialog.py
--- a/Helpviewer/QtHelpDocumentationDialog.py	Sun Jan 19 11:32:42 2014 +0100
+++ b/Helpviewer/QtHelpDocumentationDialog.py	Sun Jan 19 15:15:35 2014 +0100
@@ -96,7 +96,7 @@
         """
         Private slot to remove a document from the help database.
         """
-        res = E5MessageBox.question(
+        res = E5MessageBox.yesNo(
             self,
             self.tr("Remove Documentation"),
             self.tr(

eric ide

mercurial