SystemBrowser.st
changeset 11291 d4d27edd6ab4
parent 11271 efce0b7d3072
child 11452 09f7f34c2d10
--- a/SystemBrowser.st	Tue Feb 28 11:58:29 2012 +0100
+++ b/SystemBrowser.st	Tue Feb 28 12:24:36 2012 +0100
@@ -1923,7 +1923,7 @@
     box label:'Method redefinition'; image:(WarningBox iconBitmap).
     box yPosition:(box formLabel bottom max:box textLabel bottom).
     box addVerticalSpace:10.
-    chk := box addCheckBox:'Dont show this dialog again (never keep)' on:(notAgain := false asValue).
+    chk := box addCheckBoxAtBottom:'Dont show this dialog again (never keep)' on:(notAgain := false asValue).
     box preferredExtent:(box preferredExtent + (0 @ chk preferredHeight) + (0@10)).
     box resize.
     box showAtPointer.
@@ -1935,6 +1935,8 @@
         ].
     ].
     ^ answer.
+
+    "Modified: / 28-02-2012 / 10:41:52 / cg"
 !
 
 showNoneFound
@@ -5828,7 +5830,7 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.298 2012-02-14 13:21:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.299 2012-02-28 11:24:36 cg Exp $'
 !
 
 version_SVN