diff -r 092aa8fafa4e -r f6ccc31d6e72 Project/ProjectBrowser.py --- a/Project/ProjectBrowser.py Sat Jan 02 16:15:57 2010 +0000 +++ b/Project/ProjectBrowser.py Sat Jan 02 17:09:08 2010 +0000 @@ -4,7 +4,7 @@ # """ -Module implementing the project browser part of the eric4 UI. +Module implementing the project browser part of the eric5 UI. """ import os @@ -34,7 +34,7 @@ class ProjectBrowser(E4TabWidget): """ - Class implementing the project browser part of the eric4 UI. + Class implementing the project browser part of the eric5 UI. It generates a widget with up to seven tabs. The individual tabs contain the project sources browser, the project forms browser, @@ -382,4 +382,4 @@ else: self.vcsStatusIndicator.setColor(\ Preferences.getProjectBrowserColour(self.vcsStatusColorNames[state])) - self.vcsStatusIndicator.setToolTip(self.vcsStatusText[state]) + self.vcsStatusIndicator.setToolTip(self.vcsStatusText[state]) \ No newline at end of file