RoundButton.st
branchjv
changeset 4770 6634b540fea2
parent 3150 e3a55f15ef7e
--- a/RoundButton.st	Thu May 21 21:00:16 2015 +0100
+++ b/RoundButton.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 }"
 
 Button subclass:#RoundButton
 	instanceVariableNames:''
@@ -148,3 +149,4 @@
 version
     ^ '$Header: /cvs/stx/stx/libwidg2/RoundButton.st,v 1.5 2006-11-13 16:11:31 cg Exp $'
 ! !
+