added mention of lower bound

svn: r6043
This commit is contained in:
Robby Findler 2007-04-25 18:23:26 +00:00
parent 1130e02983
commit 838b033c57

View File

@ -3272,7 +3272,10 @@ module browser threading seems wrong.
[parent parent]))
(define msg1 (new message%
[parent d]
[label "The limit will take effect the next time the program is Run."]))
[label "The limit will take effect the next time the program"]))
(define msg1.5 (new message%
[parent d]
[label "is Run, and it must be at least 100 megabytes."]))
(define outer-hp (new horizontal-panel% [parent d] [alignment '(center bottom)]))
(define rb (new radio-box%