#OTHER by mawalch
authormawalch
Tue, 23 May 2017 16:16:31 +0200
changeset 3958 1f59191ed855
parent 3957 c7db19dbd128
child 3959 63a594820146
#OTHER by mawalch Spelling fixes.
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Tue May 23 16:16:26 2017 +0200
+++ b/ToolApplicationModel.st	Tue May 23 16:16:31 2017 +0200
@@ -1170,11 +1170,12 @@
 
 aboutImage
     "the image to be displayed in my about-box;
-     If nil is returned, thhe ST/X default image is used."
+     If nil is returned, the ST/X default image is used."
 
     ^ self class defaultIcon
 
-    "Created: / 25.7.1998 / 20:33:50 / cg"
+    "Created: / 25-07-1998 / 20:33:50 / cg"
+    "Modified (comment): / 23-05-2017 / 16:13:50 / mawalch"
 ! !
 
 !ToolApplicationModel methodsFor:'help'!