fixed bug #1631889 - NSIS compiler issues erroneous warning on uninstall sections

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4855 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-01-19 19:33:49 +00:00
parent 88572123e5
commit 8c1bfd4428

View file

@ -2212,7 +2212,7 @@ int CEXEBuild::prepare_uninstaller() {
{
if (!uninstaller_writes_used)
{
warning("Uninstall section found but WriteUninstaller never used - no uninstaller will be created.");
warning("Uninstaller script code found but WriteUninstaller never used - no uninstaller will be created.");
return PS_OK;
}