Plug.st
changeset 232 b898f5762952
parent 228 8f73cdf66b60
child 268 1998023f12dc
--- a/Plug.st	Sat Apr 27 19:59:26 1996 +0200
+++ b/Plug.st	Sat Apr 27 19:59:33 1996 +0200
@@ -99,14 +99,14 @@
 !Plug class methodsFor:'instance creation'!
 
 new
-    ^ super basicNew __privateInitialize__
+    ^ super basicNew privateInitialize
 
     "Modified: 27.4.1996 / 16:16:59 / cg"
 ! !
 
 !Plug methodsFor:'initialization'!
 
-__privateInitialize__
+privateInitialize
     "this method is NOT called `#initialize' to allow plugging that
      selector ..."
 
@@ -197,5 +197,5 @@
 !Plug class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.11 1996-04-27 14:19:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Plug.st,v 1.12 1996-04-27 17:59:33 cg Exp $'
 ! !