MenuPanel.st
changeset 5464 ba69f1d9e99c
parent 5439 ab2f6d6f41de
child 5469 5bc43ecbfc54
--- a/MenuPanel.st	Sat Feb 11 04:41:34 2017 +0000
+++ b/MenuPanel.st	Sun Feb 12 12:04:59 2017 +0100
@@ -759,7 +759,7 @@
     buttonActiveLevel buttonPassiveLevel buttonEnteredLevel getBitmapOrFile|
 
     "clear DefaultBackgroundColor caused by accessing the #defaultBackgroundColor
-     which returns the default cashed DefaultBackgroundColor
+     which returns the default cached DefaultBackgroundColor
     "
     DefaultBackgroundColor := nil.
 
@@ -861,6 +861,7 @@
     "
 
     "Modified: / 19-01-2012 / 13:17:59 / cg"
+    "Modified (format): / 12-02-2017 / 12:04:25 / cg"
 ! !
 
 !MenuPanel class methodsFor:'image registration'!