TerminalApplication.st
changeset 5297 8408fbaf5555
parent 5296 b3edac46b1b6
child 5299 b85cdb7cecc8
--- a/TerminalApplication.st	Wed Oct 22 16:43:42 2003 +0200
+++ b/TerminalApplication.st	Wed Oct 22 16:43:59 2003 +0200
@@ -37,7 +37,7 @@
 
 documentation
 "
-    A simple wrapper around a WorkSpace-View, adding a pullDown menu.
+    A simple wrapper around a Terminal-View, adding a pullDown menu.
 
     [author:]
         Claus Gittinger
@@ -448,5 +448,5 @@
 !TerminalApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.1 2003-10-22 14:43:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/TerminalApplication.st,v 1.2 2003-10-22 14:43:59 cg Exp $'
 ! !