diff -r eca22b3f3472 -r 7f3c3d9ffe4b StrokeView.st --- a/StrokeView.st Fri Feb 27 13:32:19 2004 +0100 +++ b/StrokeView.st Fri Feb 27 18:24:31 2004 +0100 @@ -28,7 +28,7 @@ |v| - v := StrokeView onXScreenNamed:'bitsy:0'. ' my pda !!!! '. + v := StrokeView openOnXScreenNamed:'bitsy:0'. ' my pda !!!! '. v inspect. " ! ! @@ -159,5 +159,5 @@ !StrokeView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/StrokeView.st,v 1.1 2004-02-27 12:30:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/StrokeView.st,v 1.2 2004-02-27 17:24:31 cg Exp $' ! !