From f35fbc06b45f297756bb2ae1ab0618dcf496fe7e Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 8 Nov 2004 23:00:22 +0000 Subject: [PATCH] . original commit: e4c0245d9359bda50fb071466c060274ace0e498 --- collects/tests/mred/item.ss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/tests/mred/item.ss b/collects/tests/mred/item.ss index 7ab7b218..46ea453c 100644 --- a/collects/tests/mred/item.ss +++ b/collects/tests/mred/item.ss @@ -640,6 +640,8 @@ (make-object text-field% #f ip2 void "start focus here") + (make-object text-combo-field% #f '("Hola" "Ni Hao") ip2 void "hello") + (when prev-frame (add-disable "Previous Tester Frame" prev-frame ep2))