From b561cbc78968b813ff3fdb334ab1ccec478e4f62 Mon Sep 17 00:00:00 2001 From: Kathy Gray Date: Thu, 1 Jun 2006 04:24:51 +0000 Subject: [PATCH] Corrected bug that omitted example strings for color preferences. svn: r3166 --- collects/framework/private/scheme.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/private/scheme.ss b/collects/framework/private/scheme.ss index d0d32ebb45..7b485cbac0 100644 --- a/collects/framework/private/scheme.ss +++ b/collects/framework/private/scheme.ss @@ -302,7 +302,7 @@ parent (short-sym->pref-name sym) (short-sym->style-name sym) - (format "~a" sym)))) + (caddr line)))) color-prefs-table)))) (define-struct string/pos (string pos))