BUG: fix for bug 6294, correct url for nsis

This commit is contained in:
Bill Hoffman 2008-02-15 10:40:55 -05:00
parent 4a17f7bee8
commit 6ea4eea183
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ int cmCPackNSISGenerator::InitializeInternal()
(cmCPackLog::LOG_ERROR,
"Cannot find NSIS registry value. This is usually caused by NSIS "
"not being installed. Please install NSIS from "
"http://nsis.sourceforge.org"
"http://nsis.sourceforge.net"
<< std::endl);
return 0;
}