*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 17 May 2001 13:11:53 +0200
changeset 1471 50775b15e283
parent 1470 1ac79214af0f
child 1472 bef5798d367d
*** empty log message ***
ToolApplicationModel.st
--- a/ToolApplicationModel.st	Thu May 17 13:11:11 2001 +0200
+++ b/ToolApplicationModel.st	Thu May 17 13:11:53 2001 +0200
@@ -247,16 +247,19 @@
 'Delete the selected item(s).'
 
 #editMoveDown
-'Moves the selected item one step down in the order list.'
+'Move the selected item one step down (in the order list).'
 
 #editMoveIn
-'Moves the selected item into next item as child item.'
+'Move the selected item into the next item (as child item).'
+
+#editMoveInAbove
+'Move the selected item into the previous item (as child item).'
 
 #editMoveOut
-'Moves the selected item out of its parent item.'
+'Move the selected item out of its parent item.'
 
 #editMoveUp
-'Moves the selected item one step up in the order list.'
+'Move the selected item one step up (in the order list).'
 
 #editPaste
 'Paste from the clipboard.'
@@ -1273,5 +1276,5 @@
 !ToolApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.99 2000-11-15 12:34:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.100 2001-05-17 11:11:53 cg Exp $'
 ! !