class: PPRemoveParserRefactoring
authorClaus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 22:18:39 +0100
changeset 345 f561de4b2087
parent 344 c0090f685ea8
child 346 54014cb98092
class: PPRemoveParserRefactoring class definition
gui/PPRemoveParserRefactoring.st
--- a/gui/PPRemoveParserRefactoring.st	Tue Mar 04 22:18:05 2014 +0100
+++ b/gui/PPRemoveParserRefactoring.st	Tue Mar 04 22:18:39 2014 +0100
@@ -1,6 +1,6 @@
 "{ Package: 'stx:goodies/petitparser/gui' }"
 
-RBRemoveClassRefactoring subclass:#PPRemoveParserRefactoring
+RemoveClassRefactoring subclass:#PPRemoveParserRefactoring
 	instanceVariableNames:'class'
 	classVariableNames:''
 	poolDictionaries:''
@@ -37,10 +37,10 @@
 !PPRemoveParserRefactoring class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/gui/PPRemoveParserRefactoring.st,v 1.1 2014-03-04 21:15:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/gui/PPRemoveParserRefactoring.st,v 1.2 2014-03-04 21:18:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/petitparser/gui/PPRemoveParserRefactoring.st,v 1.1 2014-03-04 21:15:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/gui/PPRemoveParserRefactoring.st,v 1.2 2014-03-04 21:18:39 cg Exp $'
 ! !