From d583e791d6c046d1270db6394270573ccb8cbb83 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 10 Jul 2001 23:08:52 +0000 Subject: [PATCH] ... original commit: 8147abddb80ebf2123710ad2e7e650b22d5dcc41 --- collects/framework/private/standard-menus-items.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/framework/private/standard-menus-items.ss b/collects/framework/private/standard-menus-items.ss index 27eb2d2f..79e0f668 100644 --- a/collects/framework/private/standard-menus-items.ss +++ b/collects/framework/private/standard-menus-items.ss @@ -304,10 +304,10 @@ (make-after 'edit-menu 'preferences 'nothing) (make-before 'help-menu 'about 'nothing) - (make-an-item 'help-menu 'about "Learn something about this application" + (make-an-item 'help-menu 'about "Credits and details for this application" #f #f "About " "..." on-demand-do-nothing) - (make-after 'help-menu 'about 'nothing)))) \ No newline at end of file + (make-after 'help-menu 'about 'nothing))))