SystemBrowser.st
changeset 8894 73a8f5f943aa
parent 8893 27e01498c25b
child 9002 885404958f53
--- a/SystemBrowser.st	Wed Oct 07 15:54:57 2009 +0200
+++ b/SystemBrowser.st	Wed Oct 07 15:55:17 2009 +0200
@@ -47,7 +47,7 @@
 documentation
 "
     Notice: SystemBrowser has been completely rewritten to be an instance
-    of ApplicationModel. This rewritten version is found under NewSysstemBrowser.
+    of ApplicationModel. This rewritten version is found under NewSystemBrowser.
     Because the class protocol here was used by many others, it is left here
     as an instance-less functionality provider only.
 
@@ -5529,11 +5529,11 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.270 2009-10-07 13:54:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.271 2009-10-07 13:55:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.270 2009-10-07 13:54:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.271 2009-10-07 13:55:17 cg Exp $'
 ! !
 
 SystemBrowser initialize!