summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-11-06 20:05:18 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 17:21:18 (GMT)
commitee534d6dbc6e6a3f93bcfcfc8c31aac20d6a19ff (patch)
tree7a954c578a9844429e0f26048bdff68ad5d9ceb7 /tools
parent0cd7680b6fc0ccc602e1928122ce0b9a37d4864c (diff)
downloadQt-ee534d6dbc6e6a3f93bcfcfc8c31aac20d6a19ff.zip
Qt-ee534d6dbc6e6a3f93bcfcfc8c31aac20d6a19ff.tar.gz
Qt-ee534d6dbc6e6a3f93bcfcfc8c31aac20d6a19ff.tar.bz2
use right method to record new messages
consistent with all other source parsers
Diffstat (limited to 'tools')
-rw-r--r--tools/linguist/lupdate/qscript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/lupdate/qscript.cpp b/tools/linguist/lupdate/qscript.cpp
index 4600656..6c94588 100644
--- a/tools/linguist/lupdate/qscript.cpp
+++ b/tools/linguist/lupdate/qscript.cpp
@@ -776,7 +776,7 @@ static void recordMessage(
fileName, lineNo, QStringList(),
TranslatorMessage::Unfinished, plural);
msg.setExtraComment(extracomment.simplified());
- tor->replace(msg);
+ tor->extend(msg);
}