class: UIPainter
authorStefan Vogel <sv@exept.de>
Fri, 06 Dec 2013 10:54:21 +0100
changeset 3063 bfe0755a11c3
parent 3062 fb2f2197eada
child 3064 2bd791d76bab
class: UIPainter changed: #menuEdit fix typo: canWrapeSelection
UIPainter.st
--- a/UIPainter.st	Fri Dec 06 10:49:39 2013 +0100
+++ b/UIPainter.st	Fri Dec 06 10:54:21 2013 +0100
@@ -2218,7 +2218,7 @@
           )
          (MenuItem
             activeHelpKey: wrapInto
-            enabled: canWrapeSelection
+            enabled: canWrapSelection
             label: 'Wrap Into...'
             itemValue: doAskAndWrapWidgetInto
             isVisible: false