ENH: fix line length

This commit is contained in:
Bill Hoffman 2007-10-31 09:03:40 -04:00
parent 5beb1da7f7
commit 771997c556
1 changed files with 2 additions and 1 deletions

View File

@ -338,7 +338,8 @@ void cmCPackNSISGenerator::CreateMenuLinks( cmOStringStream& str,
else
{
str << " WriteINIStr \"$SMPROGRAMS\\$STARTMENU_FOLDER\\"
<< linkName << ".url\" \"InternetShortcut\" \"URL\" \"" << sourceName << "\""
<< linkName << ".url\" \"InternetShortcut\" \"URL\" \""
<< sourceName << "\""
<< std::endl;
deleteStr << " Delete \"$SMPROGRAMS\\$MUI_TEMP\\" << linkName
<< ".url\"" << std::endl;