1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 11:15:34 +00:00

Merge remote-tracking branch 'rohitnirmal/launcher-fix-rohit'

This commit is contained in:
Marc Zinnschlag 2013-06-12 10:32:53 +02:00
commit c891e529f3

View file

@ -66,8 +66,8 @@ public:
if (keyRe.indexIn(line) != -1) { if (keyRe.indexIn(line) != -1) {
QString key = keyRe.cap(1); QString key = keyRe.cap(1).trimmed();
QString value = keyRe.cap(2); QString value = keyRe.cap(2).trimmed();
if (!sectionPrefix.isEmpty()) if (!sectionPrefix.isEmpty())
key.prepend(sectionPrefix); key.prepend(sectionPrefix);