Helpviewer/QtHelpDocumentationDialog.py

changeset 3217
87b8a0745edd
parent 3190
a9a94491c4fd
child 3484
645c12de6b0c
equal deleted inserted replaced
3215:6c5877c48067 3217:87b8a0745edd
94 @pyqtSlot() 94 @pyqtSlot()
95 def on_removeButton_clicked(self): 95 def on_removeButton_clicked(self):
96 """ 96 """
97 Private slot to remove a document from the help database. 97 Private slot to remove a document from the help database.
98 """ 98 """
99 res = E5MessageBox.question( 99 res = E5MessageBox.yesNo(
100 self, 100 self,
101 self.tr("Remove Documentation"), 101 self.tr("Remove Documentation"),
102 self.tr( 102 self.tr(
103 """Do you really want to remove the selected documentation """ 103 """Do you really want to remove the selected documentation """
104 """sets from the database?""")) 104 """sets from the database?"""))

eric ide

mercurial