SVN__ConfigurationDialog.st
changeset 802 6a439ecb2c44
parent 636 f14df97f2f9f
child 940 bd80e0c5f7bb
--- a/SVN__ConfigurationDialog.st	Sat Oct 01 13:00:50 2011 +0200
+++ b/SVN__ConfigurationDialog.st	Sat Oct 01 13:01:06 2011 +0200
@@ -316,6 +316,12 @@
       )
 ! !
 
+!ConfigurationDialog class methodsFor:'others'!
+
+version_CVS
+    ^ '$Header$'
+! !
+
 !ConfigurationDialog methodsFor:'accessing'!
 
 configuration
@@ -534,10 +540,6 @@
     ^ '$Header$'
 !
 
-version_CVS
-    ^ '$Header$'
-!
-
 version_SVN
-    ^ '§Id: SVN__ConfigurationDialog.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '§Id: SVN__ConfigurationDialog.st 362 2011-08-08 13:07:42Z vranyj1 §'
 ! !