From ead1c366d19eefb7b2489a062e18e8c410242ef0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 5 Feb 2011 14:11:30 -0700 Subject: [PATCH] minor correction to release notes Merge to 5.1 --- doc/release-notes/racket/Draw_and_GUI_5_1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/racket/Draw_and_GUI_5_1.txt b/doc/release-notes/racket/Draw_and_GUI_5_1.txt index fec9eab2b6..63c19627ee 100644 --- a/doc/release-notes/racket/Draw_and_GUI_5_1.txt +++ b/doc/release-notes/racket/Draw_and_GUI_5_1.txt @@ -162,7 +162,7 @@ Registry Functions The `get-resource' and `write-resource' functions have moved to a `file/resource' library that is re-exported by `racket/gui/base'. These function now work only for reading and writing the Windows -registry; they report failure for other platforms and modes. +registry or ".ini" files; they report failure for other platforms. Removed Functions