changed: #helpSpec
authorClaus Gittinger <cg@exept.de>
Wed, 28 Jul 2010 10:06:35 +0200
changeset 2795 4ad46363cf3c
parent 2794 56fb74312287
child 2796 f589f0efbaaf
changed: #helpSpec
UIPainter.st
--- a/UIPainter.st	Wed Jul 28 10:06:04 2010 +0200
+++ b/UIPainter.st	Wed Jul 28 10:06:35 2010 +0200
@@ -241,10 +241,10 @@
 'Aligns the selected widgets'' top and bottom edges with the dominant widget.'
 
 #centerSelectionHor
-'Centers the selected widgets'' horizontally within their containing widget.'
+'Centers the selected widgets horizontally within their containing widget.'
 
 #centerSelectionVer
-'Centers the selected widgets'' vertically within their containing widget.'
+'Centers the selected widgets vertically within their containing widget.'
 
 #changePositionDown
 'Moves the selected widget(s) towards the bottom.'
@@ -454,6 +454,8 @@
 'Toggle between default and explicit color'
 
 )
+
+    "Modified: / 28-07-2010 / 10:02:50 / cg"
 ! !
 
 !UIPainter class methodsFor:'helpers'!