FileBrowser.st
changeset 2155 a8f40fccac62
parent 2145 5fa2a25b576b
child 2158 edf13d7fd732
--- a/FileBrowser.st	Sat May 08 20:20:01 1999 +0200
+++ b/FileBrowser.st	Sat May 08 20:26:17 1999 +0200
@@ -893,19 +893,19 @@
                   #label: '-'
                 )
                #(#MenuItem
-                  #label: 'Sort By Name'
+                  #label: 'Sort by Name'
                   #translateLabel: true
                   #choice: #sortByWhat
                   #choiceValue: #name
                 )
                #(#MenuItem
-                  #label: 'Sort By Type'
+                  #label: 'Sort by Type'
                   #translateLabel: true
                   #choice: #sortByWhat
                   #choiceValue: #type
                 )
                #(#MenuItem
-                  #label: 'Sort By Time'
+                  #label: 'Sort by Time'
                   #translateLabel: true
                   #choice: #sortByWhat
                   #choiceValue: #time
@@ -1102,7 +1102,7 @@
         nil
       )
 
-    "Modified: / 6.5.1999 / 12:00:32 / cg"
+    "Modified: / 8.5.1999 / 20:27:20 / cg"
 ! !
 
 !FileBrowser class methodsFor:'queries'!
@@ -6628,5 +6628,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.320 1999-05-06 14:27:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.321 1999-05-08 18:26:17 cg Exp $'
 ! !