MenuEditor.st
changeset 2843 066a69e88211
parent 2839 25c0162deb43
child 2850 3a5c3b8eedff
--- 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