*** empty log message ***
authorca
Fri, 06 Feb 2004 19:08:04 +0100
changeset 3998 fa83ecd9c1a6
parent 3997 be47c82147c8
child 3999 1517154ab71c
*** empty log message ***
WinWorkstation.st
--- a/WinWorkstation.st	Fri Feb 06 19:05:10 2004 +0100
+++ b/WinWorkstation.st	Fri Feb 06 19:08:04 2004 +0100
@@ -11263,7 +11263,7 @@
     fdwPitchAndFamily  = FF_DONTCARE;
 
     fdwCharSet   = ANSI_CHARSET;
-    if ((encoding == @symbol(ANSI)) || (encoding == @symbol(iso8859-1))) {
+    if ((encoding == @symbol(ANSI)) || (encoding == @symbol('iso8859-1'))) {
 	fdwCharSet   = ANSI_CHARSET;
     } else if (encoding == @symbol(DEFAULT)) {   
 	fdwCharSet   = DEFAULT_CHARSET;
@@ -15750,7 +15750,7 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.245 2004-02-06 18:05:10 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.246 2004-02-06 18:08:04 ca Exp $'
 ! !
 
 WinWorkstation initialize!