MethodFinderWindow.st
changeset 2412 3e2395ff3b75
parent 2165 a5ff995ed0d7
child 2459 dc2cc94d9444
equal deleted inserted replaced
2411:14dd0d9afbf3 2412:3e2395ff3b75
   977 
   977 
   978 aboutThisApplicationText
   978 aboutThisApplicationText
   979     |msg|
   979     |msg|
   980 
   980 
   981     msg := super aboutThisApplicationText.
   981     msg := super aboutThisApplicationText.
   982     msg := msg , '\\Ported from Squeak to ST/X by James Hayes (james@exept.de)'.
   982     msg := msg , '\\Ported from Squeak to ST/X by James Hayes (james@exept.de).
       
   983 Original written by Ted Kaehler, Scott Wallace and Dan Ingalls.'.
   983     ^msg withCRs.
   984     ^msg withCRs.
   984 
   985 
   985     "Modified: / 13.11.2001 / 12:56:44 / cg"
   986     "Modified: / 13.11.2001 / 12:56:44 / cg"
   986 ! !
   987 ! !
   987 
   988