ViewManager/__init__.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 791
9ec2ac20e54e
--- 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

eric ide

mercurial