MultiImage.st
changeset 1626 a987e8cf97b1
parent 1617 fe26dc9d24d7
child 1654 0ced7b571123
--- 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 $'
 ! !