From 0e71cb5a78b3a814a09bd08e2c62907c79723ba7 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 17 Mar 2006 21:21:18 +0000 Subject: [PATCH] a more accurate error message git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4603 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/Library.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/Library.nsh b/Include/Library.nsh index b7b507dd..dbf4dfb3 100644 --- a/Include/Library.nsh +++ b/Include/Library.nsh @@ -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