FileBrowser.st
changeset 822 dec03206e586
parent 819 b78a26650047
child 830 36107b468bb8
--- a/FileBrowser.st	Thu Oct 31 15:22:24 1996 +0100
+++ b/FileBrowser.st	Thu Oct 31 16:49:13 1996 +0100
@@ -175,9 +175,6 @@
 
     list := SelectionInList new.
 
-"/    encodings := #(nil msdos mac jis7 euc gb big5).
-"/    encodingNames := #('default (iso8859, ANSI)' 'MSDOS' 'MAC' 'JIS7' 'EUC' 'GB' 'BIG5').
-
     descr := CharacterArray supportedExternalEncodings.
     encodings := descr at:2.
     encodingNames := descr at:1.
@@ -201,7 +198,7 @@
         self validateFontEncodingFor:fileEncoding ask:true.
     ].
 
-    "Modified: 26.10.1996 / 12:06:43 / cg"
+    "Modified: 31.10.1996 / 16:47:47 / cg"
 !
 
 fileExecute
@@ -2693,5 +2690,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.101 1996-10-30 10:27:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.102 1996-10-31 15:49:13 cg Exp $'
 ! !