From c8a393689c631df5c0740a575503bbceead21308 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 17 Jun 2002 13:10:50 +0000 Subject: [PATCH] .. original commit: 92d5358dfc54f321d345eb683b6fd61505bff596 --- collects/framework/gui-utils.ss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/collects/framework/gui-utils.ss b/collects/framework/gui-utils.ss index 50755566..29cf0b5d 100644 --- a/collects/framework/gui-utils.ss +++ b/collects/framework/gui-utils.ss @@ -36,12 +36,15 @@ ((confirm-label (string-constant ok)) (cancel-label (string-constant cancel)))) "Adds an Ok and a cancel button to a panel, changing the order" - "to suit the platform. Under MacOS and unix, the confirmation action" + "to suit the platform. Under \\MacOSBoth{} and unix, the confirmation action" "is on the right (or bottom) and under Windows, the canceling action is on the" "right (or bottom)." "The confirmation action button has the \\scheme|'(border)| style." "The buttons are also sized to be the same width." "" + "The first result is be the OK button and the second is" + "the cancel button." + "" "See also" "@flink gui-utils:cancel-on-right? %" ".")