checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 19 Mar 2003 11:47:55 +0100
changeset 2459 aba2043446b0
parent 2458 0411397ef0a2
child 2460 9afb27f470a7
checkin from browser
FontMenu.st
--- a/FontMenu.st	Wed Mar 19 11:06:02 2003 +0100
+++ b/FontMenu.st	Wed Mar 19 11:47:55 2003 +0100
@@ -284,7 +284,7 @@
 
     aFontDesc ifNil:[
         enabledChannel value:false.
-      ^ self
+        ^ self
     ].
 
     self disabledRedrawDo:[
@@ -415,5 +415,5 @@
 !FontMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.13 2002-09-16 10:41:24 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.14 2003-03-19 10:47:55 cg Exp $'
 ! !