From 911f5855d8e1c22b04cff347fc7272fdfe214d8d Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 15 Jul 2005 10:45:29 +0000 Subject: [PATCH] fixed bug #1238686 - DetailPrint misspelled git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4169 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/flowcontrol.but | 2 +- Docs/src/ui.but | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/src/flowcontrol.but b/Docs/src/flowcontrol.but index 021d7a02..11d899b8 100644 --- a/Docs/src/flowcontrol.but +++ b/Docs/src/flowcontrol.but @@ -299,4 +299,4 @@ Compares (case insensitively) str1 to str2. If str1 and str2 are equal, Gotos ju \c StrCmp $0 "a string" 0 +3 \c DetailPrint '$$0 == "a string"' \c Goto +2 -\c DeteailPrint '$$0 != "a string"' +\c DetailPrint '$$0 != "a string"' diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 81d02227..63c605c2 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -25,7 +25,7 @@ You can get the current font used by NSIS using the ^Font and ^FontSize \R{langs Adds the string "user_message" to the details view of the installer. -\c DeteailPrint "this message will show on the installation window" +\c DetailPrint "this message will show on the installation window" \S2{enablewindow} EnableWindow