From 09d2369327bc1fec1aae193842819d0abc422ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 15 Aug 2004 16:02:02 +0000 Subject: [PATCH] descriptiveLabel clarification git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/button.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/button.tex b/docs/latex/wx/button.tex index 8dd1d35f22..ac32dad9e1 100644 --- a/docs/latex/wx/button.tex +++ b/docs/latex/wx/button.tex @@ -93,7 +93,8 @@ appropriately for the text.} \docparam{descriptiveLabel}{Optional label to be used on platforms where standard buttons have descriptive rather than generic labels. Mac is one such platforms, well-behaved Mac apps should use descriptive labels (e.g. "Save" -and "Don't Save" instead of "OK" and "Cancel").} +and "Don't Save" instead of "OK" and "Cancel"). This argument is ignored on +other platforms.} \wxheading{See also}