original commit: a93d005109a8a2391e0e7a7aa22470343bf7c3bd
This commit is contained in:
Matthew Flatt 2002-11-11 16:39:20 +00:00
parent cfb3034350
commit 625c643bcb
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"
----------------------------------------------------------------------