--- a/E5Gui/E5ToolBarDialog.py Fri May 30 13:17:20 2014 +0200 +++ b/E5Gui/E5ToolBarDialog.py Fri May 30 15:16:40 2014 +0200 @@ -60,15 +60,15 @@ self.__manager = toolBarManager self.__toolbarItems = {} - # maps toolbar item IDs to toolbar items + # maps toolbar item IDs to toolbar items self.__currentToolBarItem = None self.__removedToolBarIDs = [] - # remember custom toolbars to be deleted + # remember custom toolbars to be deleted self.__widgetActionToToolBarItemID = {} - # maps widget action IDs to toolbar item IDs + # maps widget action IDs to toolbar item IDs self.__toolBarItemToWidgetActionID = {} - # maps toolbar item IDs to widget action IDs + # maps toolbar item IDs to widget action IDs self.upButton.setIcon(UI.PixmapCache.getIcon("1uparrow.png")) self.downButton.setIcon(UI.PixmapCache.getIcon("1downarrow.png"))