MenuItem.st
changeset 4084 c8e84f0ba64e
parent 4067 910d95fb5292
child 4147 83f4ab7e5aee
--- a/MenuItem.st	Tue May 01 10:39:13 2018 +0200
+++ b/MenuItem.st	Tue May 01 10:39:23 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -1198,8 +1200,8 @@
 !
 
 isMenuSlice
-    "returns true if the menu is a slice buildin its items
-     into its container menu
+    "returns true if the menu is a slice,
+     building its items into its container menu
     "
     ^ submenuChannel notNil and:[isMenuSlice == true].
 !