diff -r 092aa8fafa4e -r f6ccc31d6e72 ViewManager/__init__.py --- a/ViewManager/__init__.py Sat Jan 02 16:15:57 2010 +0000 +++ b/ViewManager/__init__.py Sat Jan 02 17:09:08 2010 +0000 @@ -4,7 +4,7 @@ # """ -Package implementing the viewmanager of the eric4 IDE. +Package implementing the viewmanager of the eric5 IDE. The viewmanager is responsible for the layout of the editor windows. This is the central part of the IDE. In additon to this, the viewmanager provides all @@ -44,4 +44,4 @@ raise RuntimeError("Could not create a viemanager object.") Preferences.setViewManager("tabview") vm.setReferences(ui, dbs) - return vm + return vm \ No newline at end of file