From 522ee8e93a81dacbb30333852671bed74b284c99 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Sun, 15 Jun 2008 19:57:04 +0000 Subject: [PATCH] fixed typo in gui scribblings svn: r10271 --- collects/scribblings/gui/win-overview.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/gui/win-overview.scrbl b/collects/scribblings/gui/win-overview.scrbl index f80b181fa8..d754900891 100644 --- a/collects/scribblings/gui/win-overview.scrbl +++ b/collects/scribblings/gui/win-overview.scrbl @@ -42,7 +42,7 @@ The built-in classes provide various mechanisms for handling GUI (send msg #,(method message% set-label) "Button click")))) (code:comment #, @t{Show the frame by calling its @scheme[show] method}) -(send frame top-level-window::show #t) +(send frame #,(:: top-level-window<%> show) #t) ] Programmers never implement the GUI event loop directly. Instead, the