x
authorClaus Gittinger <cg@exept.de>
Tue, 14 Mar 2017 20:30:21 +0100
changeset 17465 27a2e4012a0a
parent 17464 0e340b03ddd5
child 17466 93123277a442
x
extensions.st
--- a/extensions.st	Tue Mar 14 20:29:26 2017 +0100
+++ b/extensions.st	Tue Mar 14 20:30:21 2017 +0100
@@ -2022,8 +2022,8 @@
 
 asMenu
     "convert myself into a newStyle Menu instance, from which a MenuPanel is created.
-     The old PopUpMenu and MenuView is going to be obsoleted (but still supported
-     for backward compatibility)"
+     The old PopUpMenu and MenuView is going to be obsoleted 
+     (but still supported for backward compatibility)"
 
     | menu  |
 
@@ -2059,6 +2059,7 @@
 
     "Created: / 18-10-2008 / 19:01:32 / Jan Vrany <vranyj1@fel.cvut.cz>"
     "Modified: / 09-09-2012 / 13:10:25 / cg"
+    "Modified (comment): / 14-03-2017 / 16:07:58 / cg"
 ! !
 
 !ProfileTree methodsFor:'accessing'!