Minor documentation fixes

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7081 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-02-11 17:45:47 +00:00
parent bd5d47cbae
commit 161e81c2f5
4 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@
; check if running on the NT family.
;
; ${If} ${AtLeastWin95}
; ${And} ${AtMostWinME}
; ${AndIf} ${AtMostWinME}
; DetailPrint "Running 95, 98 or ME."
; DetailPrint "Actually, maybe it's NT4?"
; ${If} ${IsNT}