category change
authorClaus Gittinger <cg@exept.de>
Wed, 03 Sep 2008 11:52:04 +0200
changeset 2537 03d2731b4ca9
parent 2536 a138e96d873b
child 2538 1347d6a4543c
category change
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Wed Sep 03 10:40:35 2008 +0200
+++ b/ToolApplicationModel.st	Wed Sep 03 11:52:04 2008 +0200
@@ -897,7 +897,7 @@
     ^super isVisualStartable
 ! !
 
-!ToolApplicationModel class methodsFor:'startup / release'!
+!ToolApplicationModel class methodsFor:'startup & release'!
 
 preSnapshot
     "removes the clipboard before snap shoting"
@@ -1636,5 +1636,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.133 2008-05-27 09:44:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.134 2008-09-03 09:52:04 cg Exp $'
 ! !