#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:47:51 +0100
changeset 21443 e34ee2e79763
parent 21442 632af5f20348
child 21444 1fc538e9d70e
#DOCUMENTATION by cg class: Smalltalk comment/format in: #getSystemFileName:
Smalltalk.st
--- a/Smalltalk.st	Mon Feb 13 20:47:39 2017 +0100
+++ b/Smalltalk.st	Mon Feb 13 20:47:51 2017 +0100
@@ -7733,7 +7733,7 @@
 
         realName := dirName asFilename / nameString.
         "/
-        "/ here, we also return true if its a directory
+        "/ here, we also return true if it's a directory
         "/ (Even if unreadable).
         "/ It could be that the file itself is still readable.
         "/
@@ -7751,7 +7751,8 @@
      Smalltalk getSystemFileName:'resources/iris.style'
     "
 
-    "Modified: / 6.5.1999 / 10:40:37 / cg"
+    "Modified: / 06-05-1999 / 10:40:37 / cg"
+    "Modified (comment): / 13-02-2017 / 20:30:51 / cg"
 !
 
 imageFromFileNamed:aFileName forClass:aClass