E5Gui/E5ToolBarDialog.py

changeset 3035
36e9f388958b
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r 7ce719013078 -r 36e9f388958b E5Gui/E5ToolBarDialog.py
--- a/E5Gui/E5ToolBarDialog.py	Sat Oct 19 13:03:39 2013 +0200
+++ b/E5Gui/E5ToolBarDialog.py	Sat Oct 19 14:05:26 2013 +0200
@@ -145,7 +145,7 @@
                     self.trUtf8(
                         """A toolbar with the name <b>{0}</b> already"""
                         """ exists.""")
-                        .format(name))
+                    .format(name))
                 return
             
             tbItem = E5ToolBarItem(None, [], False)
@@ -169,7 +169,7 @@
             self.trUtf8("Remove Toolbar"),
             self.trUtf8(
                 """Should the toolbar <b>{0}</b> really be removed?""")
-                .format(name))
+            .format(name))
         if res:
             index = self.toolbarComboBox.currentIndex()
             tbItemID = self.toolbarComboBox.itemData(index)
@@ -206,7 +206,7 @@
                     self.trUtf8(
                         """A toolbar with the name <b>{0}</b> already"""
                         """ exists.""")
-                        .format(newName))
+                    .format(newName))
                 return
             index = self.toolbarComboBox.currentIndex()
             self.toolbarComboBox.setItemText(index, newName)
@@ -356,7 +356,7 @@
             actionID = None
         else:
             actionID = self.actionsTree.currentItem()\
-                       .data(0, E5ToolBarDialog.ActionIdRole)
+                .data(0, E5ToolBarDialog.ActionIdRole)
             action = self.__manager.actionById(actionID)
             item.setText(action.text())
             item.setIcon(action.icon())

eric ide

mercurial