From 625c643bcb34a31bf9f047f3134e19efa5f5cd9d Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 11 Nov 2002 16:39:20 +0000 Subject: [PATCH] . original commit: a93d005109a8a2391e0e7a7aa22470343bf7c3bd --- collects/tests/mred/draw.ss | 2 +- notes/mred/HISTORY | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/tests/mred/draw.ss b/collects/tests/mred/draw.ss index 51cb5190..f5bb101a 100644 --- a/collects/tests/mred/draw.ss +++ b/collects/tests/mred/draw.ss @@ -177,7 +177,7 @@ (send dc set-text-foreground (make-object color% "RED")) (send dc set-text-mode 'solid)) - (send dc draw-text (string-append size " Pen") + (send dc draw-text (string-append size " P\351n") ; 351 is e with ' (+ x 5) (+ y 8)) (send dc set-font ofont) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 4a50021a..049f9e6e 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -10,7 +10,7 @@ Added value init argument to check%, selection init argument to argument follows the style argument Added checked init argument for checkable-menu-item% Mac OS X: file dialogs use given starting directory, and dialog%s - with a parent frame as shown as "sheets" + with a parent frame are shown as "sheets" ----------------------------------------------------------------------