From 8fec1f5d4005f4643212132600078e26df430c10 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 15 Feb 2009 06:01:53 -0600 Subject: [PATCH] Fix load errors --- basis/ui/gadgets/buttons/buttons-docs.factor | 18 +++--------------- basis/ui/gadgets/buttons/buttons.factor | 5 ++++- .../ui/gadgets/scrollers/scrollers-docs.factor | 2 +- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/basis/ui/gadgets/buttons/buttons-docs.factor b/basis/ui/gadgets/buttons/buttons-docs.factor index 0844454301..6042a39886 100644 --- a/basis/ui/gadgets/buttons/buttons-docs.factor +++ b/basis/ui/gadgets/buttons/buttons-docs.factor @@ -7,7 +7,7 @@ HELP: button $nl "A button's appearance can vary depending on the state of the mouse button if the " { $snippet "interior" } " or " { $snippet "boundary" } " slots are set to instances of " { $link button-pen } "." $nl -"A button can be selected, which is distinct from being pressed. This state is held in the " { $snippet "selected?" } " slot, and is used by the " { $link } " word to construct a row of buttons for choosing among several alternatives." } ; +"A button can be selected, which is distinct from being pressed. This state is held in the " { $snippet "selected?" } " slot, and is used by " { $link checkbox } " instances to render themselves when they're checked." } ; HELP: