*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 06 Mar 2006 09:55:35 +0100
changeset 3274 8184297579ed
parent 3273 4694bbb6498f
child 3275 435d179c606f
*** empty log message ***
FontPanel.st
--- a/FontPanel.st	Mon Mar 06 09:46:49 2006 +0100
+++ b/FontPanel.st	Mon Mar 06 09:55:35 2006 +0100
@@ -185,8 +185,7 @@
         string := self defaultLatin1SampleString.
     ].
     lines := string asStringCollection.
-    Error handle:[:ex |
-    ] do:[
+    Error catch:[
         lines := lines encodeFrom:#unicode into:enc
     ].
     ^ lines.
@@ -954,5 +953,5 @@
 !FontPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.86 2006-01-17 12:18:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.87 2006-03-06 08:55:35 cg Exp $'
 ! !