Compiles again

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1693 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-13 19:47:22 +00:00
parent 334fceb311
commit c52aff2daa

View file

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