Scale.st
branchjv
changeset 4770 6634b540fea2
parent 3150 e3a55f15ef7e
--- a/Scale.st	Thu May 21 21:00:16 2015 +0100
+++ b/Scale.st	Thu May 21 21:14:57 2015 +0100
@@ -9,8 +9,9 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+"{ Package: 'stx:libwidg2' }"
 
-"{ Package: 'stx:libwidg2' }"
+"{ NameSpace: Smalltalk }"
 
 SimpleView subclass:#Scale
 	instanceVariableNames:'slider range action'
@@ -141,3 +142,4 @@
 version
     ^ '$Header: /cvs/stx/stx/libwidg2/Scale.st,v 1.6 2006-11-13 16:11:31 cg Exp $'
 ! !
+