Workspace.st
changeset 4677 67285ce170f9
parent 4675 bd3425b7222f
child 4679 3ee68f0d9e4e
--- a/Workspace.st	Mon Aug 26 22:26:28 2013 +0000
+++ b/Workspace.st	Mon Aug 26 11:24:53 2013 +0200
@@ -1434,9 +1434,7 @@
     "Modified: / 22.4.1998 / 21:56:13 / ca"
     "Created: / 22.4.1998 / 21:57:05 / ca"
     "Modified: / 26.9.2001 / 17:32:59 / cg"
-! !
-
-!Workspace methodsFor:'initialization & release'!
+!
 
 executeDoIt:theCode
     "the core of doIt, printIt, inspectIt, browseIt actions"
@@ -1473,7 +1471,9 @@
 
     "Modified: / 27-07-2012 / 09:33:39 / cg"
     "Modified: / 24-06-2013 / 15:31:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
+! !
+
+!Workspace methodsFor:'initialization & release'!
 
 initStyle
     "setup viewStyle specifics"
@@ -2134,10 +2134,10 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.271 2013-08-25 16:51:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.272 2013-08-26 09:24:53 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.271 2013-08-25 16:51:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.272 2013-08-26 09:24:53 cg Exp $'
 ! !