From 07ce30e1fee17fbfbc12bbdcf4de1c1523a3ea38 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 8 Feb 2010 19:18:51 +1300 Subject: [PATCH] ui.text: fix USING: line --- basis/ui/text/text-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/text/text-docs.factor b/basis/ui/text/text-docs.factor index 3070b96c76..aef4b91b9a 100644 --- a/basis/ui/text/text-docs.factor +++ b/basis/ui/text/text-docs.factor @@ -1,5 +1,5 @@ IN: ui.text -USING: help.markup help.syntax kernel ui.text.private strings math fonts ; +USING: help.markup help.syntax kernel ui.text.private strings math fonts images ; HELP: string-width { $values { "font" font } { "string" string } { "w" "a positive integer" } }