TabControl.st
branchjv
changeset 4770 6634b540fea2
parent 2940 a42b0b174ab9
--- a/TabControl.st	Thu May 21 21:00:16 2015 +0100
+++ b/TabControl.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 }"
 
 NoteBookView subclass:#TabControl
 	instanceVariableNames:''
@@ -230,3 +231,4 @@
 version
     ^ '$Header: /cvs/stx/stx/libwidg2/TabControl.st,v 1.2 2006-03-13 19:27:30 cg Exp $'
 ! !
+