--- a/E5Gui/E5ToolBarDialog.py Tue Aug 31 12:17:02 2010 +0200 +++ b/E5Gui/E5ToolBarDialog.py Tue Aug 31 12:36:10 2010 +0200 @@ -149,7 +149,7 @@ Private slot to remove a custom toolbar """ name = self.toolbarComboBox.currentText() - res = QMessageBox.question(self, + res = E5MessageBox.question(self, self.trUtf8("Remove Toolbar"), self.trUtf8("""Should the toolbar <b>{0}</b> really be removed?""")\ .format(name),