From c52aff2daac41a3036d3c393e7900691960845b0 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 13 Nov 2002 19:47:22 +0000 Subject: [PATCH] Compiles again git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1693 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/System.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/System/System.nsi b/Contrib/System/System.nsi index 91afb885..1b50c32b 100644 --- a/Contrib/System/System.nsi +++ b/Contrib/System/System.nsi @@ -21,7 +21,7 @@ Section "ThisNameIsIgnoredSoWhyBother?" ; The same example but using icon from resource.dll. ; You could use this dll for storing your resources, just replace FAR icon ; with something you really need. - File "${NSISDIR}\Contrib\System\Additionals\Resource.dll" + File "${NSISDIR}\Contrib\System\Resource.dll" !insertmacro smMessageBox "`$TEMP\resource.dll`" "Message box with custom icon from resource.dll!" "System Example 1b" ${MB_OK} "i 103" Delete $TEMP\resource.dll