category change
authorClaus Gittinger <cg@exept.de>
Mon, 07 Jan 2008 14:33:33 +0100
changeset 2361 3dad3198f1c4
parent 2360 11ffbdb565f5
child 2362 4004473735b2
category change
UIBuilder.st
--- a/UIBuilder.st	Mon Jan 07 14:33:26 2008 +0100
+++ b/UIBuilder.st	Mon Jan 07 14:33:33 2008 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview2' }"
 
 WindowBuilder subclass:#UIBuilder
@@ -17,7 +16,7 @@
 		compositeView menuBar isEditing showDefaults isSubBuilder'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Support-UI'
+	category:'Interface-Framework'
 !
 
 !UIBuilder class methodsFor:'documentation'!
@@ -413,7 +412,7 @@
 !UIBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.56 2006-01-17 12:12:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/UIBuilder.st,v 1.57 2008-01-07 13:33:33 cg Exp $'
 ! !
 
 UIBuilder initialize!