#OTHER by mawalch
authormawalch
Mon, 06 Jun 2016 11:35:53 +0200
changeset 3305 6cfecdd561c1
parent 3304 eb8835656382
child 3306 a2d6e8a1bcaf
#OTHER by mawalch protocol names cleanup
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$'
 ! !
+