#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 01 May 2018 10:39:23 +0200
changeset 4084 c8e84f0ba64e
parent 4083 014bc5ef8149
child 4085 815d85b10332
#DOCUMENTATION by cg class: MenuItem comment/format in: #isMenuSlice
MenuItem.st
--- 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].
 !