diff --git a/collects/framework/main.rkt b/collects/framework/main.rkt index 5b23f4795f..383b502783 100644 --- a/collects/framework/main.rkt +++ b/collects/framework/main.rkt @@ -707,10 +707,10 @@ @racket[frame:basic-mixin]. @itemize[ @item{If it is @racket[#f], then its value is ignored.} - @item{If it is a @racket[bitmap%], then the @method[frame% set-icon] is + @item{If it is a @racket[bitmap%], then the @method[top-level-window<%> set-icon] is called with the bitmap, the result of invoking the @racket[bitmap% get-loaded-mask] method, and @racket['both].} - @item{If it is a pair of bitmaps, then the @method[frame% set-icon] + @item{If it is a pair of bitmaps, then the @method[top-level-window<%> set-icon] method is invoked twice, once with each bitmap in the pair. The first bitmap is passed (along with the result of its @racket[bitmap% get-loaded-mask]) and @racket['small], and then the diff --git a/collects/scribblings/framework/frame.scrbl b/collects/scribblings/framework/frame.scrbl index 11c71d5332..f77140e24e 100644 --- a/collects/scribblings/framework/frame.scrbl +++ b/collects/scribblings/framework/frame.scrbl @@ -113,7 +113,7 @@ This mixin calls its @method[window<%> accept-drop-files] with @racket[#t]. - It also calls its @method[frame% set-icon] method according to the current + It also calls its @method[top-level-window<%> set-icon] method according to the current value of @racket[frame:current-icon]. See also @racket[frame:reorder-menus].