FileApplicationNoteBook.st
changeset 5305 5e3c955b7c4d
parent 5290 8aeb40fef0f7
child 5307 45d1ce468a5f
--- a/FileApplicationNoteBook.st	Wed Oct 22 19:19:48 2003 +0200
+++ b/FileApplicationNoteBook.st	Wed Oct 22 19:46:30 2003 +0200
@@ -3621,7 +3621,7 @@
     self notify:'shell in ' , self fileName asString, ' finished'.
     terminalView cr.
 
-    text := '>> shell closed' allBold.
+    text := '>> shell terminated.' allBold.
     text colorizeAllWith:Color red.
     terminalView nextPutAll:text.
 !
@@ -4957,5 +4957,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.119 2003-10-21 18:21:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.120 2003-10-22 17:46:20 cg Exp $'
 ! !