E5Gui/E5ToolBarDialog.py

changeset 538
7f1a56e80124
parent 537
72b32daeb8d6
child 541
00e1a5d060c5
--- 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),

eric ide

mercurial