diff -r 38c0340c1b1e -r a987e8cf97b1 MultiImage.st --- a/MultiImage.st Thu Sep 19 18:55:57 2002 +0200 +++ b/MultiImage.st Tue Oct 01 11:18:50 2002 +0200 @@ -1,4 +1,4 @@ -"{ Package: '__NoProject__' }" +"{ Package: 'stx:libview2' }" Object subclass:#MultiImage instanceVariableNames:'images' @@ -73,5 +73,5 @@ !MultiImage class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libview2/MultiImage.st,v 1.3 2002-09-12 15:46:48 penk Exp $' + ^ '$Header: /cvs/stx/stx/libview2/MultiImage.st,v 1.4 2002-10-01 09:18:50 stefan Exp $' ! !