class: Workspace
authorClaus Gittinger <cg@exept.de>
Sun, 15 Sep 2013 14:36:24 +0200
changeset 4769 4021fed54cdd
parent 4768 c8e1b6871f5c
child 4770 ac8f889cf805
class: Workspace changed: #editMenu
Workspace.st
--- a/Workspace.st	Sat Sep 14 12:45:04 2013 +0200
+++ b/Workspace.st	Sun Sep 15 14:36:24 2013 +0200
@@ -1819,8 +1819,8 @@
             subsub
                 addItemList:#(
                     ('-'                                                                )
-                    ('Comment'              commentSelection        CommentSelection    )
-                    ('Uncomment'            uncommentSelection      UncommentSelection  ))
+                    ('CommentIt'            commentSelection        CommentSelection    )
+                    ('UncommentIt'          uncommentSelection      UncommentSelection  ))
               resources:resources  
               after:#'indent'.
         ].
@@ -2577,10 +2577,10 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.304 2013-09-14 10:20:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.305 2013-09-15 12:36:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.304 2013-09-14 10:20:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.305 2013-09-15 12:36:24 cg Exp $'
 ! !