UI/UserInterface.py

changeset 5913
7ab2293917f8
parent 5905
f31960634997
child 5949
22657f04f332
child 5968
c5112b5cb7a9
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

eric ide

mercurial