diff -r eb8835656382 -r 6cfecdd561c1 MethodSelectionBrowser.st --- a/MethodSelectionBrowser.st Fri May 20 14:45:31 2016 +0200 +++ b/MethodSelectionBrowser.st Mon Jun 06 11:35:53 2016 +0200 @@ -9,10 +9,9 @@ other person. No title to or ownership of the software is hereby transferred. " - +"{ Package: 'stx:libtool2' }" - -"{ Package: 'stx:libtool2' }" +"{ NameSpace: Smalltalk }" ResourceSelectionBrowser subclass:#MethodSelectionBrowser instanceVariableNames:'' @@ -193,7 +192,7 @@ ^message ! ! -!MethodSelectionBrowser methodsFor:'startup / release'! +!MethodSelectionBrowser methodsFor:'startup & release'! postBuildWith:aBuilder "sets the correct title" @@ -241,3 +240,4 @@ version ^ '$Header$' ! ! +