*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jun 1997 22:44:52 +0200
changeset 1218 d43e32896686
parent 1217 f0cce9f2ce00
child 1219 8495da2ea4cf
*** empty log message ***
FBrowser.st
FileBrowser.st
--- a/FBrowser.st	Sat Jun 28 22:38:02 1997 +0200
+++ b/FBrowser.st	Sat Jun 28 22:44:52 1997 +0200
@@ -3026,7 +3026,7 @@
         guess ~~ #ascii ifTrue:[
             fileEncoding ~~ guess ifTrue:[
                 fontsEncoding := subView font encoding.
-                pref := self preferredFontEncodingFor:fileEncoding.
+                pref := self preferredFontEncodingFor:guess.
                 ok := pref match:fontsEncoding.
                 ok ifFalse:[
                     pref = 'iso*' ifTrue:[
@@ -3615,5 +3615,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.166 1997-06-28 20:06:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/FBrowser.st,v 1.167 1997-06-28 20:44:52 cg Exp $'
 ! !
--- a/FileBrowser.st	Sat Jun 28 22:38:02 1997 +0200
+++ b/FileBrowser.st	Sat Jun 28 22:44:52 1997 +0200
@@ -3026,7 +3026,7 @@
         guess ~~ #ascii ifTrue:[
             fileEncoding ~~ guess ifTrue:[
                 fontsEncoding := subView font encoding.
-                pref := self preferredFontEncodingFor:fileEncoding.
+                pref := self preferredFontEncodingFor:guess.
                 ok := pref match:fontsEncoding.
                 ok ifFalse:[
                     pref = 'iso*' ifTrue:[
@@ -3615,5 +3615,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.166 1997-06-28 20:06:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.167 1997-06-28 20:44:52 cg Exp $'
 ! !