SelectionBrowser.st
changeset 619 36c9d07f7dc3
parent 504 1ff52096d1d3
child 631 52824496093d
--- a/SelectionBrowser.st	Sat Feb 07 16:56:57 1998 +0100
+++ b/SelectionBrowser.st	Sat Feb 07 17:01:27 1998 +0100
@@ -16,7 +16,7 @@
 	instanceVariableNames:'title'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Advanced-Tools'
+	category:'Interface-Dialogs'
 !
 
 SelectionBrowser class instanceVariableNames:'lastSelection'
@@ -56,10 +56,6 @@
     [author:]
        Thomas Zwick
 "
-!
-
-history
-    "Created: / 10.1.1998 / 11:00:51 / tz"
 ! !
 
 !SelectionBrowser class methodsFor:'accessing'!