Improvements for CommitDialog2
authorJan Vrany <jan.vrany@fit.cvut.cz>
Wed, 08 Feb 2012 19:57:49 +0100
changeset 999 5bfe204f938a
parent 998 c8ae684f562c
child 1000 3b5946069ea1
Improvements for CommitDialog2
SVN__CommitWizard.st
--- a/SVN__CommitWizard.st	Wed Feb 08 10:46:42 2012 +0100
+++ b/SVN__CommitWizard.st	Wed Feb 08 19:57:49 2012 +0100
@@ -151,12 +151,6 @@
       )
 ! !
 
-!CommitWizard class methodsFor:'others'!
-
-version_CVS
-    ^ '$Header$'
-! !
-
 !CommitWizard methodsFor:'accessing'!
 
 acceptButtonLabel
@@ -561,6 +555,10 @@
     ^ '$Header$'
 !
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_SVN
     ^ '§Id: SVN__CommitWizard.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !