*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 06 Sep 1997 19:54:11 +0200
changeset 1307 67a0a7849514
parent 1306 20539fff27d8
child 1308 658715ecc30b
*** empty log message ***
FBrowser.st
FileBrowser.st
--- a/FBrowser.st	Sat Sep 06 19:21:44 1997 +0200
+++ b/FBrowser.st	Sat Sep 06 19:54:11 1997 +0200
@@ -2893,6 +2893,9 @@
        'README.TXT'
        'readme.txt'
        'Readme.txt'
+       'Info.txt'
+       'info.txt'
+       'INFO.TXT'
     ) do:[:f |
         (currentDirectory isReadable:f) ifTrue:[
             (currentDirectory isDirectory:f) ifFalse:[^ f].
@@ -3752,5 +3755,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.185 1997-09-02 21:27:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.186 1997-09-06 17:54:11 cg Exp $'
 ! !
--- a/FileBrowser.st	Sat Sep 06 19:21:44 1997 +0200
+++ b/FileBrowser.st	Sat Sep 06 19:54:11 1997 +0200
@@ -2893,6 +2893,9 @@
        'README.TXT'
        'readme.txt'
        'Readme.txt'
+       'Info.txt'
+       'info.txt'
+       'INFO.TXT'
     ) do:[:f |
         (currentDirectory isReadable:f) ifTrue:[
             (currentDirectory isDirectory:f) ifFalse:[^ f].
@@ -3752,5 +3755,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.185 1997-09-02 21:27:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.186 1997-09-06 17:54:11 cg Exp $'
 ! !