category change
authorClaus Gittinger <cg@exept.de>
Tue, 05 Sep 2006 18:45:14 +0200
changeset 7087 c46a141cfe46
parent 7086 198ba4acdb9f
child 7088 448b68fa16e8
category change
ApplicationBuilder.st
--- a/ApplicationBuilder.st	Tue Sep 05 18:29:11 2006 +0200
+++ b/ApplicationBuilder.st	Tue Sep 05 18:45:14 2006 +0200
@@ -12,11 +12,13 @@
 
 
 
+"{ Package: 'stx:libtool' }"
+
 ToolApplicationModel subclass:#ApplicationBuilder
 	instanceVariableNames:'task shellView aspects'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Smalltalk'
+	category:'Interface-Tools'
 !
 
 ApplicationBuilder class instanceVariableNames:'aspects'
@@ -24,7 +26,7 @@
 "
  The following class instance variables are inherited by this class:
 
-	ToolApplicationModel - history clipboard settings showingHelp instances
+	ToolApplicationModel - history fileHistory clipboard settings showingHelp instances
 	ApplicationModel - ClassResources
 	Model - 
 	Object - 
@@ -1389,5 +1391,5 @@
 !ApplicationBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.8 2000-02-18 14:44:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ApplicationBuilder.st,v 1.9 2006-09-05 16:45:14 cg Exp $'
 ! !