fixed wrong package definition
authorClaus Gittinger <cg@exept.de>
Sun, 31 May 2015 11:28:36 +0200
changeset 6875 9033a6136d00
parent 6873 126b64c8a9c9
child 6876 b1aa2b47d252
fixed wrong package definition
ColorPalette.st
--- a/ColorPalette.st	Tue May 26 02:35:47 2015 +0200
+++ b/ColorPalette.st	Sun May 31 11:28:36 2015 +0200
@@ -12,7 +12,7 @@
 
 
 
-"{ Package: 'stx:libcompat' }"
+"{ Package: 'stx:libview' }"
 
 Colormap subclass:#ColorPalette
 	instanceVariableNames:''
@@ -67,5 +67,5 @@
 !ColorPalette class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.2 2003-04-10 14:48:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ColorPalette.st,v 1.3 2015-05-31 09:28:36 cg Exp $'
 ! !