EditTextView.st
changeset 6564 60c2954e9dff
parent 6563 3cbb78c9dc1f
child 6567 bb0ac8be28cc
--- a/EditTextView.st	Thu Mar 21 13:17:01 2019 +0100
+++ b/EditTextView.st	Fri Mar 22 14:29:46 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -6905,7 +6903,7 @@
     Smalltalk isStandAloneApp ifFalse:[
         toolItems := toolItems , #(
                         ('-'                                                      )
-                        ('Open Workspace with It'      openWorkspaceWithIt        )
+                        ('Open Workspace with It'      openWorkspaceWithIt        OpenWorkspaceOnIt)
                         ('Inspect Selected String'     inspectSelectedString      )
                   ).
     ].
@@ -7050,7 +7048,7 @@
     ^ m.
 
     "Modified: / 30-11-2017 / 15:06:03 / cg"
-    "Modified: / 06-07-2018 / 07:28:32 / Claus Gittinger"
+    "Modified: / 22-03-2019 / 14:29:01 / Claus Gittinger"
 !
 
 getTextSelectionFromHistory