comment expeccoNET_1_6_0_0
authorClaus Gittinger <cg@exept.de>
Wed, 13 Apr 2011 22:02:35 +0200
changeset 2843 066a69e88211
parent 2842 ed699545a9e7
child 2844 5e4e46856d8d
comment
MenuEditor.st
--- a/MenuEditor.st	Wed Apr 13 16:26:17 2011 +0200
+++ b/MenuEditor.st	Wed Apr 13 22:02:35 2011 +0200
@@ -5616,7 +5616,7 @@
     selector := aSelector asSymbol.
     selector numArgs == 0 ifFalse:[^ self].
 
-    "do waht the ResourceRetriever will do"
+    "do what the ResourceRetriever will do"
     (aClass respondsTo:#visualFor:) ifTrue:[
         iconOrSymbol := aClass visualFor:selector.
     ].
@@ -5641,7 +5641,7 @@
     ].
     icon := icon magnifiedBy: magnify.
 
-    "Modified: / 07-02-2011 / 12:26:04 / cg"
+    "Modified: / 13-04-2011 / 18:56:45 / cg"
 !
 
 initialize