category of: #managerTypeName
authorClaus Gittinger <cg@exept.de>
Thu, 01 Dec 2011 20:51:31 +0100
changeset 527 35e176be9ee9
parent 526 4a1d6bba1036
child 528 ea2c305d04fe
category of: #managerTypeName
MCSourceCodeManager.st
--- a/MCSourceCodeManager.st	Thu Dec 01 20:51:22 2011 +0100
+++ b/MCSourceCodeManager.st	Thu Dec 01 20:51:31 2011 +0100
@@ -17,13 +17,6 @@
     "Created: / 10-06-2011 / 14:11:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-managerTypeName
-
-    ^'Monticello 1.x'
-
-    "Created: / 26-10-2010 / 21:52:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 savePreferencesOn:aFileStream
 
     "Nothing to do now..."
@@ -125,6 +118,13 @@
     ^ self shouldImplement
 !
 
+managerTypeName
+
+    ^'Monticello 1.x'
+
+    "Created: / 26-10-2010 / 21:52:51 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 settingsApplicationClass
     "link to my settings application (needed for the settings dialog"
 
@@ -170,11 +170,11 @@
 !MCSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSourceCodeManager.st,v 1.3 2011-10-12 21:05:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSourceCodeManager.st,v 1.4 2011-12-01 19:51:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSourceCodeManager.st,v 1.3 2011-10-12 21:05:08 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSourceCodeManager.st,v 1.4 2011-12-01 19:51:31 cg Exp $'
 !
 
 version_SVN