MethodFinderWindow.st
changeset 2412 3e2395ff3b75
parent 2165 a5ff995ed0d7
child 2459 dc2cc94d9444
--- a/MethodFinderWindow.st	Tue Oct 07 18:48:00 2008 +0200
+++ b/MethodFinderWindow.st	Wed Oct 08 09:13:12 2008 +0200
@@ -979,7 +979,8 @@
     |msg|
 
     msg := super aboutThisApplicationText.
-    msg := msg , '\\Ported from Squeak to ST/X by James Hayes (james@exept.de)'.
+    msg := msg , '\\Ported from Squeak to ST/X by James Hayes (james@exept.de).
+Original written by Ted Kaehler, Scott Wallace and Dan Ingalls.'.
     ^msg withCRs.
 
     "Modified: / 13.11.2001 / 12:56:44 / cg"