--- 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())