From 223cd9578ae5cd8ee5ced2522d31609bf5522f7e Mon Sep 17 00:00:00 2001 From: rainwater Date: Tue, 15 Oct 2002 17:52:14 +0000 Subject: [PATCH] /LANG goes first in LicenseText git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1418 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 49868c70..860a034b 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -150,7 +150,7 @@ Specifies a text file to use for the license that the user can read. Omit this t \H{alicensetext} LicenseText -LicenseText text \e{[/LANG=lang_id] [button_text]} +LicenseText \e{[/LANG=lang_id] text [button_text]} Specifies a string that is above the license text. Omit this to not have a license displayed. If button_text is specified, it will override the default button text of "I Agree".