- Fixed new lines in search engine update changelog

This commit is contained in:
Christophe Dumez 2007-07-24 08:32:17 +00:00
parent a370503eb3
commit 4ef72c6c8f

View File

@ -413,6 +413,7 @@ QByteArray SearchEngine::getNovaChangelog(QString novaPath, float my_version) co
if(line.startsWith((const char*)end_version.toUtf8())) break; if(line.startsWith((const char*)end_version.toUtf8())) break;
if(in_changelog){ if(in_changelog){
line.remove(0,1); line.remove(0,1);
line += "\n";
changelog.append(line); changelog.append(line);
} }
} }