diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-11-06 20:05:18 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 17:21:18 (GMT) |
commit | ee534d6dbc6e6a3f93bcfcfc8c31aac20d6a19ff (patch) | |
tree | 7a954c578a9844429e0f26048bdff68ad5d9ceb7 /tools | |
parent | 0cd7680b6fc0ccc602e1928122ce0b9a37d4864c (diff) | |
download | Qt-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.cpp | 2 |
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); } |