From 5ffa23ff649a8f0fc010ba41660fe43c6add83ff Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 5 Feb 2004 21:47:08 +0000 Subject: [PATCH] UninstallIcon, not UnIcon git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3467 212acab6-be3b-0410-9dea-997c60f758d6 --- nsisconf.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsisconf.nsh b/nsisconf.nsh index a550fd7a..48a49159 100644 --- a/nsisconf.nsh +++ b/nsisconf.nsh @@ -31,7 +31,7 @@ ;Change the default icons ;Icon "${NSISDIR}\Contrib\Graphics\Icons\arrow-install.ico" -;UnIcon "${NSISDIR}\Contrib\Graphics\Icons\arrow-uninstall.ico" +;UninstallIcon "${NSISDIR}\Contrib\Graphics\Icons\arrow-uninstall.ico" ;------------------------