fixed bug #1238686 - DetailPrint misspelled

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4169 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-07-15 10:45:29 +00:00
parent c53989757e
commit 911f5855d8
2 changed files with 2 additions and 2 deletions

View file

@ -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"'

View file

@ -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