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?""")) |