diff -r b6643d36dddd -r 7ab2293917f8 UI/UserInterface.py --- a/UI/UserInterface.py Tue Oct 17 19:40:32 2017 +0200 +++ b/UI/UserInterface.py Wed Oct 18 19:16:28 2017 +0200 @@ -761,7 +761,7 @@ from .CodeDocumentationViewer import CodeDocumentationViewer self.codeDocumentationViewer = CodeDocumentationViewer(self) self.rToolbox.addItem(self.codeDocumentationViewer, - UI.PixmapCache.getIcon("codeDocuViewer.png"), + UI.PixmapCache.getIcon("codeDocuViewer.png"), self.tr("Code Documentation Viewer")) # Create the debug viewer maybe without the embedded shell @@ -908,7 +908,7 @@ self.codeDocumentationViewer = CodeDocumentationViewer(self) self.rightSidebar.addTab( self.codeDocumentationViewer, - UI.PixmapCache.getIcon("codeDocuViewer.png"), + UI.PixmapCache.getIcon("codeDocuViewer.png"), self.tr("Code Documentation Viewer")) # Create the debug viewer maybe without the embedded shell