From a4d2393db3683c79b3a2d1a3721cd1177e7d0e83 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 13 Jun 2008 16:51:49 +0000 Subject: [PATCH] fixed bug #1990955 - Missing links in Documentation git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5650 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 9b7c5a30..98b5226f 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -333,13 +333,13 @@ There are two \R{langstring}{LangString}s named ^Font and ^FontSize which contai \c \\hide\\|show|nevershow -Sets whether or not the details of the install are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using SetDetailsView. +Sets whether or not the details of the install are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using \R{setdetailsview}{SetDetailsView}. \S2{ashowuninstdetails} ShowUninstDetails \c \\hide\\|show|nevershow -Sets whether or not the details of the uninstall are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using SetDetailsView. +Sets whether or not the details of the uninstall are shown. Can be 'hide' to hide the details by default, allowing the user to view them, or 'show' to show them by default, or 'nevershow', to prevent the user from ever seeing them. Note that sections can override this using \R{setdetailsview}{SetDetailsView}. \S2{asilentinstall} SilentInstall