a more accurate error message

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4603 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-03-17 21:21:18 +00:00
parent fb6f254183
commit 0e71cb5a78

View file

@ -121,7 +121,7 @@
!if ${TYPE} == 'T'
!error "InstallLib can only handle type libraries on Windows"
!error "__InstallLib_Helper_GetVersion can only handle type libraries on Windows"
!endif