FontPanel.st
changeset 1763 1c6be8158c27
parent 1297 f5ea02391a59
child 1992 6d6b16f9d55e
--- a/FontPanel.st	Sat Mar 06 03:08:19 1999 +0100
+++ b/FontPanel.st	Sat Mar 06 03:14:43 1999 +0100
@@ -286,8 +286,7 @@
 
     mm := ViewSpacing.
 
-    self addAbortButton.
-    self addOkButton.
+    self addAbortAndOkButtons.
 
     panel := View origin:0.0@0.0 corner:1.0@1.0 in:self.
     panel bottomInset:(buttonPanel preferredExtent y + (mm*3)).
@@ -641,5 +640,5 @@
 !FontPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.43 1997-08-11 11:59:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FontPanel.st,v 1.44 1999-03-06 02:14:14 cg Exp $'
 ! !